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

Parent topic: Configuring the Compilation Environment