Anaconda添加镜像和删除镜像
python-anaconda添加中科大镜像加速
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
删除Anaconda源,还原为默认的
如果添加的镜像有错误或者想还原成默认的镜像源:
conda config --remove-key channels
-----------------------------------------------------------
shotting source code
shotting source code