最近發(fā)現(xiàn)pip安裝python依賴(lài)包的時(shí)候靖诗,下載速度感人郭怪,于是就想起了使用鏡像提升下載速度,下面是使用教程呻畸,以備查詢(xún)
國(guó)內(nèi)源:
新版ubuntu要求使用https源移盆,要注意。
清華:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中國(guó)科技大學(xué) https://pypi.mirrors.ustc.edu.cn/simple/
華中理工大學(xué):http://pypi.hustunique.com/
山東理工大學(xué):http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
臨時(shí)使用:
可以在使用pip的時(shí)候加參數(shù)-i https://pypi.tuna.tsinghua.edu.cn/simple
例如:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyspider伤为,這樣就會(huì)從清華這邊的鏡像去安裝pyspider庫(kù)咒循。
永久修改:
- Windows下:
在users下創(chuàng)建pip目錄,并在其中新建pip.ini文件绞愚,其中加入如下內(nèi)容:
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com