我要评分
获取效率
正确性
完整性
易理解

Installing Miniconda

This section describes how to install Miniconda, which enables the use of Conda to manage different Python versions.

  1. Download the latest AArch64 installation package from the official website.
    1
    wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh --no-check-certificate
    
  2. Install the package.
    1
    sh Miniconda3-latest-Linux-aarch64.sh
    
  3. Press Enter to continue after viewing the license agreement.

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

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

    The installation is complete.