美文网首页
Centos6.6上面安装pip

Centos6.6上面安装pip

作者: 玖色堇 | 来源:发表于2017-08-15 17:43 被阅读77次
Centos6.6上面安装pip
# yum -y install pip

Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirrors.cn99.com
 * extras: mirrors.cn99.com
 * updates: mirrors.163.com
No package pip available.
Error: Nothing to do

解决方式
需要先安装拓展源EPEL
EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目

# sudo yum -y install epel-release
# sudo yum -y install python-pip
# 坐等安装就好了

相关文章

网友评论

      本文标题:Centos6.6上面安装pip

      本文链接:https://www.haomeiwen.com/subject/vfyvrxtx.html