这个包在EPEL源里,要添加EPEL源才可以。然后按博客里说的方法添加,执行以下命令:
sudo rpm -ivh epel-release*
第一种方式:由于epel在禁用列表里需要另外加参数
yum --enablerepo=epel install python-pip
第二种方式:修改文件 epel.repo,将第一个和第三个enabled=0 改为1 即可
vim /etc/yum.repos.d/epel.repo
yum 安装 python-pip 失败解决方法

 


冲新运行安装显示安装成功
yum 安装 python-pip 失败解决方法

 






相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2021-08-28
  • 2021-06-01
  • 2022-12-23
  • 2021-12-16
  • 2021-06-28
猜你喜欢
  • 2021-04-11
  • 2022-01-09
  • 2021-07-11
  • 2021-09-03
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案