Anaconda 之 更换国内下载镜像


 conda报错:'Could not connect to https://repo.continuum.io'时,更换镜像即可。


更换安装源镜像为清华大学镜像

[html]  view plain  copy
  1. conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
[html]  view plain  copy
  1. conda config --set show_channel_urls yes  

此时你的.condarc 文件(C:/users/用户名/.condarc)应该是这样的内容


Anaconda 之 更换国内下载镜像_第1张图片


你可能感兴趣的:(python,Python学习)