Installing Anaconda
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 Anaconda.
bash Anaconda3-2021.05-Linux-aarch64.sh
The default installation directory is /root/anaconda3. Press Enter and type yes as prompted to continue the installation. After the installation is successful, the system displays "Thank you for installing Anaconda3!".
- Restart the Shell terminal to initialize the environment.
- Check whether the Anaconda environment configuration is initialized successfully.
echo $PATH
If the following information is displayed at the beginning of the command output, the initialization is successful:
/root/anaconda3/bin:/root/anaconda3/condabin:
Parent topic: Configuring the Compilation Environment