彭城轻骑兵 發表於 2017-3-30 13:21:41

如何解决centos7中python-pip模块不存在?

<p><strong>Question:</strong></p>
<p>  centos 7中Python-pip模块不存在,是因为像centos这类衍生的发行版,源跟新滞后,或者不存在。即使使用yum去search python-pip也找不到软件包。</p>
<p><strong>Answer::</strong></p>
<p>  为了使用安装滞后或源中不存在的安装包,需要安装扩展源EPEL。扩展源EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如&nbsp;CentOS、ScientificLinux&nbsp;等提供高质量软件包的项目。</p>
<p>  安装扩展源:sudo yum -y install epel-release</p>
<p>  安装python-pip模块:sudo yum install python-pip</p>
頁: [1]
查看完整版本: 如何解决centos7中python-pip模块不存在?