Installing Conda
Procedure
- Use PuTTY to log in to the server as the root user.
- Download Conda.
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
- Install Conda.
bash Miniconda3-latest-Linux-x86_64.sh
- Install the software as prompted. After the installation is complete, close the current shell window and open it again.
- After the installation is complete, check whether the installation is successful.
conda -version
If the correct version is displayed, the installation is successful.
Parent topic: Configuring the Compilation Environment