Install PIP3 for Python 3.x

Source: Internet
Author: User
Tags md5

Two. Install PIP for python3.x

In fact, this is not difficult. Download a package and execute two commands.

1. First install the Setuptools

Small partners can be downloaded via the Official module library: Https://pypi.python.org/pypi

Here I will directly use the wget to the server download version 19.6 (small partners can try the new version of Austria. )

wget--no-check-certificate  HTTPS://PYPI.PYTHON.ORG/PACKAGES/SOURCE/S/SETUPTOOLS/SETUPTOOLS-19.6.TAR.GZ#MD5 =C607DD118EAE682C44ED146367A17E26TAR-ZXVF SETUPTOOLS-19.6.TAR.GZCD Setuptools-19.6.tar.gzpython3 setup.py Buildpython3 setup.py Install

2. Then install the PIP directly and it's done.

Also download first and then execute the command to get it done!!

wget--no-check-certificate  https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz#md5= 3A73C4188F8DBAD6A1E6F6D44D117EEBTAR-ZXVF pip-8.0.2.tar.gzcd pip-8.0.2python3 setup.py buildpython3 setup.py Install

After the installation is complete, let's look at what's in the Python bin directory.

Ha ha.. Through the above we have already installed PIP3 for Python3 ... (The small partners can also make a soft connection, to facilitate the practical Olympics.) )

Install PIP3 for Python 3.x

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.