【环境配置】Anaconda配置可用清华源

关于源的操作:

查看所有conda源:

conda config --show channels

移除conda源

conda config --remove channels

手动添加指定源

conda config --add channels xxxx
conda config --add channels xxxx
conda config --set show_channel_urls yes

Windows 用户无法直接创建名为 .condarc 的文件,可先执行 conda config --set show_channel_urls yes 生成该文件之后再修改。

具体操作请参照tuna的使用帮助,地址为:https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/

请留意地址是否可用,在不可用的时候,会导致无法下载。
 

一直没法正确加载,可以参照下面教程处理下:

https://www.jianshu.com/p/edaa744ea47d

 

posted @ 2021-05-19 15:43  虹梦未来  阅读(20)  评论(0)    收藏  举报  来源