Installing Anaconda
Procedure
- Use PuTTY to log in to the server as the root user.
- Install Anaconda3.
bash Anaconda3-2021.05-Linux-aarch64.sh
Perform the installation as instructed.
During the installation, press Enter and type yes when prompted. When a message is displayed stating "Do you wish the installer to initialize Anaconda3 by running conda init?", type yes. After the installation is complete, you will see the message "Thank you for installing Anaconda3!".

- Set the Anaconda3 environment variables.
source ~/.bashrc
Parent topic: Configuring the Compilation Environment