Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if the python-pip module does not exist in centos7

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to do if the python-pip module does not exist in centos7. Xiaobian thinks it is quite practical, so share it with you as a reference. I hope you can gain something after reading this article.

Question:

The Python-pip module does not exist in centos 7 because a derivative distribution like centos, the source lags behind the new, or does not exist. Even if you use yum to search python-pip, you can't find the package.

Answer::

In order to use installation lag or packages that are not present in the source, you need to install the extended source EPEL. Extended Source EPEL(http://fedoraproject.org/wiki/EPEL) is a project created by the Fedora community to provide high-quality software packages for RHEL and derivative distributions such as CentOS, ScientificLinux, etc.

Install extension source: sudo yum -y install epel-release

Install python-pip module: sudo yum install python-pip

About "how to do python-pip module does not exist in centos7" this article is shared here, I hope the above content can be of some help to everyone, so that you can learn more knowledge, if you think the article is good, please share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report