码迷,mamicode.com
首页 > 其他好文 > 详细

conda更换下载源

时间:2020-03-11 15:26:39      阅读:669      评论:0      收藏:0      [点我收藏+]

标签:直接   channel   usr   conf   url   div   nbsp   --   channels   

conda更换下载源

1.conda源更换为清华 

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

2.conda源更换为中科大

conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
记得删掉c:/usr/usrname里的.condarc原有的清华镜像

3.如果需要换回conda的默认源。查看了conda config的文档后,发现直接删除channels即可。命令如下:

conda config --remove-key channels

  



conda更换下载源

标签:直接   channel   usr   conf   url   div   nbsp   --   channels   

原文地址:https://www.cnblogs.com/yoyo1216/p/12462328.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!