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