Anaconda 改为国内镜像的方法
Posted want990
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Anaconda 改为国内镜像的方法相关的知识,希望对你有一定的参考价值。
Anaconda的conda 特别好用
但如果用国外的镜像,慢的出奇
可以改为了国内镜像会好很多
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
https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/
enjory :p
以上是关于Anaconda 改为国内镜像的方法的主要内容,如果未能解决你的问题,请参考以下文章