返回
首页 > 互联网

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

时间: 2022-11-29 03:03:17

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

  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

  安装python-pip模块:sudo yum install python-pip

猜你喜欢

版权所有 Copyright©2022  生活百科 版权所有

联系邮箱:baike#shbk.net