WSL2安装和使用Miniconda 1. 下载文件 wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh 2. 开始安装 sh Miniconda3-latest-Linux-x86_64.sh 3. 导入并刷新环境变量 export PATH="/home/server/miniconda3/bin:$PATH" source ~/.bashrc 4. 配置默认不启动base conda config --set auto_activate_base false 5. 更改下载源为清华源 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/...