Installing Miniconda
This section describes how to install Miniconda, which enables the use of Conda to manage different Python versions.
- Download the latest AArch64 installation package from the official website.
1wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh --no-check-certificate
- Install the package.
1sh Miniconda3-latest-Linux-aarch64.sh - Press Enter to continue after viewing the license agreement.

- When prompted with "Do you accept the license terms?", type yes to accept.

- Specify the installation path. The default installation path is recommended.

The installation is complete.

Parent topic: Compilation Environment Configuration