windows添加中科大镜像源、清华镜像源

添加中科大镜像源 - 终端窗口

conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes

 

添加清华镜像源 - 终端窗口

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

conda config --set show_channel_urls yes

 

>conda info

windows添加中科大镜像源、清华镜像源_第1张图片

可以看到已成功安装

windows添加中科大镜像源、清华镜像源_第2张图片

这个配置文件里也有了,好像可以直接在这里配置的,不过本人没试过

你可能感兴趣的:(windows添加中科大镜像源、清华镜像源)