conda 更新源

白昼怎懂夜的黑 提交于 2019-12-05 00:20:09

更新conda 源为阿里源

conda config --add channels http://mirrors.aliyun.com/pypi/simple

conda config --set show_channel_urls yes

 

阿里云: http://mirrors.aliyun.com/pypi/simple/

豆瓣: http://pypi.douban.com/simple/

清华大学源 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

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

查看源

conda config --show-sources

删除安装的源

conda config --remove-key channels
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!