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

时间:2022-04-02 01:09:26

Question:

centos 7中Python-pip模块不存在,是因为像centos这类衍生的发行版,源跟新滞后,或者不存在。即使使用yum去search python-pip也找不到软件包。

Answer::

为了使用安装滞后或源中不存在的安装包,需要安装扩展源EPEL。扩展源EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如CentOS、ScientificLinux等提供高质量软件包的项目。

安装扩展源:sudo yum -y install epel-release