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

Posted liuys635

tags:

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

Details: https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/

TUNA 提供了 Anaconda 仓库的镜像,运行以下命令:

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

即可添加 Anaconda Python 免费仓库。

Now, you can use ‘conda install {PKG_NAME}‘ to install packages needed rapidly.

 

* recover to the default configuration:

conda config --remove-key channels

 

* get more information about conda:

conda info

以上是关于conda清华镜像(TUNA)使用指南的主要内容,如果未能解决你的问题,请参考以下文章

conda换源,切换国内源

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

conda下载速度慢——添加源

Linux 安装miniconda 配置清华镜像 并安装pytorch

conda 使用教程(linux)

CentOS 7 禁用fastestmirror插件并配置清华镜像源