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 改为国内镜像的方法的主要内容,如果未能解决你的问题,请参考以下文章

其他国内Anaconda 镜像站

win系统上Anaconda国内镜像配置

python pip anaconda conda 切换国内源(清华镜像)

conda换源,切换国内源

conda/pip 为啥现在国内镜像不能用了

Windows 和 Ubuntu 下通过国内镜像源使用 conda 进行软件包下载