centos7中提示python-pip模块不存在怎么办

centos7中提示python-pip模块不存在怎么办?看看吧!

centos7中提示python-pip模块不存在怎么办


Question:
centos 7中Python-pip模块不存在,是因为像centos这类衍生的发行版,源跟新滞后,或者不存在 。即使使用yum去search python-pip也找不到软件包 。
Answer::
为了使用安装滞后或源中不存在的安装包,需要安装扩展源EPEL 。扩展源EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、ScientificLinux 等提供高质量软件包的项目 。
【centos7中提示python-pip模块不存在怎么办】安装扩展源:sudo yum -y install epel-release
安装python-pip模块:sudo yum install python-pip

    推荐阅读