首頁 >後端開發 >Python教學 >conda換源指令有哪些

conda換源指令有哪些

小老鼠
小老鼠原創
2023-11-28 17:42:202958瀏覽

conda換源指令有:1、更改conda軟體來源為清華大學鏡像站:conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ ;conda config --set show_channel_urls yes;2、更改conda軟體來源為中科大鏡像站等等。

conda換源指令有哪些

本教學作業系統:windows10系統、Python3.11.4版本、Dell G3電腦。

常用的conda換源指令包括以下幾種:

1、更改conda軟體來源為清華大學鏡像站:

conda config --add channels https:/ /mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

conda config --set show_channel_urls yes

#2、更改conda軟體來源為中科大鏡像站:

conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/

conda config --set show_channel_urls yes

#3、更改conda軟體來源為華中科技大學鏡像站:

conda config --add channels https://mirrors.hust.edu.cn/anaconda/pkgs/free/

#conda config --set show_channel_urls yes

4、恢復預設軟體來源:

conda config --remove-key channels

這些指令可以幫助你更改conda的軟體來源為國內的鏡像站,以加快套件的下載速度和提高安裝效率。根據你的網路環境和需求,選擇合適的鏡像站並使用相應的命令來更改conda的軟體來源。

以上是conda換源指令有哪些的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn