Go: CentOS 6.4 Install Pip,centos Install Python package Manage installation tool Pip method

Source: Internet
Author: User

From:http://www.linuxde.net/2014/05/15576.html

CentOS 6.4 Installation Pip,centos Install Python package Manage installation tool Pip method
      • 2014/05/12
      • CentOS, Pip, Python
      • Operation and maintenance management experience and tools
      • 2
      • 70,955

Before some friends asked me,CentOS version How to install Python pip, I gave before the Ubuntu Apt-get method

Ubuntu needs to install the PIP bar First,

Apt-get Install Python-pip

Install requests,

PIP Install requests

But some friends because of CentOS, direct yum install pip or yum install Python-pip are not.

In fact, it is not yum to download the compiled installation directly ...

The CentOS 6.4 installation Pip,centos installs the Python Package Management installation tool Pip method as follows:

As of the time of writing this article, Pip is the newest 1.5.5

wget--no-check-certificate https://github.com/pypa/pip/archive/1.5.5. tar.gz

Note: When wget gets HTTPS, add:--no-check-certificate

Tar zvxf 1.5.5.tar.gz    #解压文件cd pip-1.5.5/python setup.py install

OK, so you have the PIP installed,

Let's install requests below.

PIP Install requests

Go: CentOS 6.4 Install Pip,centos Install Python package Manage installation tool Pip method

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.