Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Conda

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download Conda.
    wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
  3. Install Conda.
    bash Miniconda3-latest-Linux-x86_64.sh
  4. Install the software as prompted. After the installation is complete, close the current shell window and open it again.
  5. After the installation is complete, check whether the installation is successful.
    conda -version

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