Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling and Installing Conda

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to install Conda.
    pip install -i https://pypi.tuna.tsinghua.edu.cn/simple conda
  3. Run the following command to check whether Conda is installed successfully:
    pip list
    If conda is displayed in the command output, the installation is successful, as shown in Figure 1.
    Figure 1 Result example