我要评分
获取效率
正确性
完整性
易理解

Installing PIP

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. 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
  3. Run the following command to install PIP.
    python get-pip.py
  4. 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