Python2 Manually Installing update pip

Source: Internet
Author: User

Now for Python2 version, directly modify Python.exe name Python2.exe, command python2-m pip install--upgrade pip--force-reinstall may not be able to successfully update PIP2 , you need to check the installation folder for the Scripts folder and its integrity.

You can download the PIP package for source in https://pypi.python.org/pypi/pip/9.0.1,


Then the local decompression, in the console into the Decompression folder directory, you can see the setup.py file ,

The following two lines of command are executed to successfully install update PIP2.

That is , command python2 setup.py build,python2 setup.py install,

Finally, you can view the Python2 version update with PIP2-V.

Python2 Manually Installing update pip

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.