Rate This Document
Findability
Accuracy
Completeness
Readability

Running and Verification

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Configure the environment variables.
    export PATH=/path/to/PYTHON/bin:$PATH
    export LD_LIBRARY_PATH=/path/to/PYTHON/lib:$LD_LIBRARY_PATH
  3. Query the Python version.
    python3 -V

    If the correct version is displayed, the installation is successful.

  4. View the pip version.
    pip3 -V

    If the Python3 version is displayed, the installation is successful.

  5. Start Python.
    python3