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

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