qpython3h使用國內源 PyPI使用國內源

2021-10-11 12:55:39 字數 1346 閱讀 3412

pypi使用國內源

閱讀:4021

收藏:0

[點我收藏+]

pip install 模組 -i

如果有如下報錯:

請使用命令:

pip install 模組 -i --trusted-host pypi.douban.com

如果想配置成預設的源,方法如下:

需要建立或修改配置檔案(一般都是建立)

a、linux的檔案在~/.pip/pip.conf

b、windows在%homepath%\pip\pip.ini     #%homepath%詳見擴充套件

修改內容為:

[global]

index-url =

[install]

trusted-host=pypi.douban.com

這樣在使用pip來安裝時,會預設呼叫該映象。

二、知識補充

1.擴充套件

「%」是系統變數的一種表示方法,在公升級補丁或者軟體需要將某些內容寫入系統資料夾時,都是用的這種寫法,可以準確的定位。

2.其他常見變數。

環境變數與對應的路徑

%allusersprofile%                 c:\programdata

%commonprogramfiles%     c:\program files\common files

%commonprogramfiles(x86)%   c:\program files (x86)\common files

%comspec%                              c:\windows\system32\cmd.exe

%homedrive%和%systemdrive%      c:\

%homepath%                           c:\users\使用者名稱

%programdata%                    c:\programdata

%programfiles%                     c:\program files

%programfiles(x86)%             c:\program files (x86)

%public%                                 c:\userspublic

%systemroot%                          c:\windows

%userprofile%                        c:\users使用者名稱

%windir%                                c:\window

PyPI使用國內源

通過幾次 的使用,對於預設的pip源的速度實在無法忍受,於是便蒐集了一些國內的pip源,如下 阿里雲 中國科技大學 豆瓣 douban 清華大學 中國科學技術大學 使用方法很簡單,直接 i 加 url 即可!如下 如果有如下報錯 請使用命令 1 pip install web.py i truste...

PyPI使用國內源

通過幾次pip的使用,對於預設的pip源的速度實在無法忍受,於是便蒐集了一些國內的pip源,如下 阿里雲 中國科技大學 豆瓣 douban 清華大學 中國科學技術大學 使用方法很簡單,直接 i 加 url 即可!如下 如果有如下報錯 請使用命令 1 pip install web.py i trus...

PyPI使用國內源

通過幾次 pip 的使用,對於預設的 pip 源的速度實在無法忍受,於是便蒐集了一些國內的pip源,如下 阿里雲 中國科技大學 豆瓣 douban 清華大學 中國科學技術大學 使用方法很簡單,直接 i 加 url 即可!如下 如果有如下報錯 請使用命令 pip install web.py i tr...