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

How to install pip in python

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

Editor to share with you how to install python pip, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

You need to install setuptools before installing pip, zlib and other packages before installing setuptools, and zlib and other packages are available in the system image, so you need to configure the yum of the system image to install the zlib package, then install setuptools, and then install pip.

[root@monit setuptools-2.0] # vi / etc/yum.repos.d/rhel-source.repo

[root@monit setuptools-2.0] # cat / etc/yum.repos.d/rhel-source.repo

[Server]

Name=Server

Baseurl= file:///media/RHEL_6.5\ x86 Disc 64\ Disc\ 1/Server/

Gpgcheck=0

Enabled=1

Installation package

Yum install zlib

Yum install zlib-devel

Install setuptools

[root@monit Python] # tar xzvf setuptools-2.0.tar.gz

[root@monit Python] # tar xzvf setuptools-2.0.tar.gz

[root@monit Python] # tar xzvf setuptools-2.0.tar.gz

3) compile setuptools

[root@monit setuptools-2.0] # python setup.py build

(4) start setuptools installation

# python setup.py install

Install pip

[root@monit Python] # tar-zxvf pip-9.0.1.tar.gz

[root@monit Python] # mv pip-9.0.1 / usr/SoftWare/

[root@monit Python] # cd / usr/SoftWare/pip-9.0.1/

[root@monit pip-9.0.1] # python setup.py install

The above is all the contents of the article "how to install pip in python". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

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

Internet Technology

Wechat

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

12
Report