1. 程式人生 > >解決pip安裝時速度慢的問題

解決pip安裝時速度慢的問題

國內源:

新版ubuntu要求使用https源,要注意。

臨時使用:

永久修改,一勞永逸:

Linux下,修改 ~/.pip/pip.conf (沒有就建立一個資料夾及檔案。資料夾要加“.”,表示是隱藏資料夾)

內容如下:

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com
windows下,直接在user目錄中建立一個pip目錄,如:C:\Users\xx\pip,新建檔案pip.ini。內容同上。