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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM