conda换回默认源

oh my god! 清华的conda镜像登不上去了,所以需要换回conda的默认源,命令如下:

conda config --remove-key channels

再添加一些新的源

conda config --add channels https://pypi.mirrors.ustc.edu.cn/simple/
conda config --add channels https://mirrors.aliyun.com/pypi/
conda config --add channels  https://pypi.doubanio.com/simple/
conda config --set show_channel_urls yes
发布了25 篇原创文章 · 获赞 17 · 访问量 4万+

猜你喜欢

转载自blog.csdn.net/muguangzhichen/article/details/91349387