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 config --remove-key channels

在執行 conda config 命令的時候
會在當前用戶目錄下建立 .condarc 文件,能夠查看更換源先後該文件內容的變化。url

查看配置文件

conda config --show
相關文章
相關標籤/搜索