Installing PIP
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to download the distribution file of PIP:
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
- Run the following command to install PIP.
python get-pip.py
- Run the following command to check whether the installation is successful:
which pip
If information similar to the following is displayed, the installation is successful:
/path/to/PYTHON/bin/pip
Parent topic: Configuring the Compilation Environment