centos7.3下安装pip时失败解决办法

前端之家收集整理的这篇文章主要介绍了centos7.3下安装pip时失败解决办法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

centos7下安装pip时失败:

[root@wfm ~]# yum -y install pip
Loaded plugins: fastestmirror,refresh-packagekit,security
Loading mirror speeds from cached hostfile
* base: mirrors.tuna.tsinghua.edu.cn
* extras: mirrors.tuna.tsinghua.edu.cn
* updates: mirrors.tuna.tsinghua.edu.cn
Setting up Install Process
No package pip available.
Error: Nothing to do

解决方法

  

需要先安装扩展源EPEL。

EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目。

首先安装epel扩展源:

yum -y install epel-release

然后再安装pip

[root@bogon~]#yum -y install python-pip

原文链接:/centos/376771.html

猜你在找的CentOS相关文章