目录 1. 下载脚本 2. 赋予运行权限 3. 运行脚本 4. 配置环境变量 5. 测试 1. 下载脚本 wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh 2. 赋予运行权限 chmod +x Miniconda3-latest-Linux-x86_64.sh 3. 运行脚本 ./Miniconda3-latest-Linux-x86_64.sh 4. 配置环境变量 source ~/