conda更换下载源
Posted yoyo1216
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了conda更换下载源相关的知识,希望对你有一定的参考价值。
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更换下载源的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu更换pip install,apt-get,conda install 成国内源