Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Anaconda3

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download the Anaconda installation package.
    wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2021.05-Linux-aarch64.sh
  3. Install Anaconda3.
    bash Anaconda3-2021.05-Linux-aarch64.sh
    1. Type enter to view the license.
    2. Type q to continue.
    3. Type yes to accept the license.
    4. Type enter to confirm the default installation path /root/anaconda3.
    5. Type yes to start the initialization.
  4. Load the environment variables.
    source ~/.bashrc
  5. Check whether Anaconda3 is successfully installed.
    conda activate base

    If the "base" information is displayed, Anaconda3 is successfully installed.