pipy國內(nèi)鏡像目前有:
- http://pypi.douban.com/ 豆瓣
- http://pypi.hustunique.com/ 華中理工大學(xué)
- http://pypi.sdutlinux.org/ 山東理工大學(xué)
- http://pypi.mirrors.ustc.edu.cn/ 中國科學(xué)技術(shù)大學(xué)
- https://pypi.tuna.tsinghua.edu.cn/simple/ 清華大學(xué)
(實測:清華大學(xué)的源非常快)
如果想手動指定源,可以在pip后面跟-i 來指定源跛十,比如用清華大學(xué)的源來安裝web.py框架:
pip install web.py -i [https://pypi.tuna.tsinghua.edu.cn/simple/](https://pypi.tuna.tsinghua.edu.cn/simple/)
要配制成默認(rèn)的話徘意,需要創(chuàng)建或修改配置文件(linux的文件在~/.pip/pip.conf豁鲤,windows在%HOMEPATH%\pip\pip.ini)猛们,修改內(nèi)容為:
code:
[global]
index-url = [https://pypi.tuna.tsinghua.edu.cn/simple/](https://pypi.tuna.tsinghua.edu.cn/simple/)
這樣在使用pip來安裝時希俩,會默認(rèn)調(diào)用該鏡像。
更多配置參數(shù)見:http://www.pip-installer.org/en/latest/configuration.html