conda清华源原源转化

Posted xuejye

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了conda清华源原源转化相关的知识,希望对你有一定的参考价值。

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

conda换回默认源

conda config --remove-key channels

贴网址 https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/ 有操作教程!干

 

转载自:https://www.cnblogs.com/yang-xin/p/9007723.html

以上是关于conda清华源原源转化的主要内容,如果未能解决你的问题,请参考以下文章

conda配置清华源

conda pip 阿里云镜像与清华镜像

conda清华镜像(TUNA)使用指南

conda 切换源为清华的,加快下载速度

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

Mac下conda换源、pip换源