Compilation and Installation
Procedure
- Obtain the Anaconda installation package.
wget https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-aarch64.sh
- Install Anaconda.
bash Anaconda3-2021.11-Linux-aarch64.sh
- When the following information is displayed, press Enter.

- When the following information is displayed, type q.

- When the following information is displayed, type yes and press Enter.

- On the screen shown in the following figure, type a desired Anaconda installation path. You can also press Enter to select the default installation path /root/anaconda3.

- Press Enter. No initialization operations will be performed.

- When the following information is displayed, press Enter.
- Set the conda environment variables.
- Configure and update conda.
conda config --set auto_activate_base False conda config --set auto_update_conda False conda config --set channel_priority flexible conda update --all -n base
If the update is required, type y and press Enter.

- Add a Bioconda source.
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda conda config --set show_channel_urls yes
Parent topic: Bioconda Porting Guide (CentOS 8.2)

