Compiling and Installing Conda
- Use PuTTY to log in to the server as the root user.
- Run the following command to install Conda.
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple conda
- 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.
Parent topic: Conda 4.3.16 Porting Guide (CentOS 7.6)
