码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-05-01 18:48:12      阅读:392      评论:0      收藏:0      [点我收藏+]

标签:channel   format   install   comm   lua   detail   default   free   https   

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)使用指南

标签:channel   format   install   comm   lua   detail   default   free   https   

原文地址:https://www.cnblogs.com/liuys635/p/12813984.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!