日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 编程资源 > 编程问答 >内容正文

编程问答

Miniconda3及pip换源(conda清华源关闭)

發(fā)布時(shí)間:2025/3/16 编程问答 34 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Miniconda3及pip换源(conda清华源关闭) 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

Miniconda3及pip換源

一、更換miniconda3的源,以清華的源為例:

清華源地址:https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/

安裝完miniconda3之后,執(zhí)行下列命令即可

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

清華源關(guān)閉后的換源:

conda config --remove channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --remove channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ conda config --add channels https://repo.continuum.io/pkgs/free/ conda config --add channels https://repo.continuum.io/pkgs/main/ conda config --set show_channel_urls yes

二、更換pip的源,以清華源為例:

清華源地址:https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/

  • 臨時(shí)使用
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
  • 永久生效

修改 ~/.config/pip/pip.conf (Linux), %APPDATA%\pip\pip.ini (Windows 10) 或 $HOME/Library/Application Support/pip/pip.conf (macOS) (沒(méi)有就創(chuàng)建一個(gè)), 修改 index-url至tuna,例如

[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple

pip 和 pip3 并存時(shí),只需修改 ~/.pip/pip.conf;目錄和文件如果不存在則手動(dòng)創(chuàng)建

總結(jié)

以上是生活随笔為你收集整理的Miniconda3及pip换源(conda清华源关闭)的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。