目录
conda config –add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ conda config –set show_channel_urls yes
如果添加的镜像有错误或者想还原成默认的镜像源: conda config --remove-key channels
Anaconda添加镜像和删除镜像
原文:https://www.cnblogs.com/zh672903/p/10987707.html