python 國內源

pipy國內鏡像目前有:linux

 

http://pypi.douban.com/  豆瓣web

http://pypi.hustunique.com/  華中理工大學框架

http://pypi.sdutlinux.org/  山東理工大學url

http://pypi.mirrors.ustc.edu.cn/  中國科學技術大學spa

 

手動指定源,能夠在pip後面跟-i 來指定源,好比用豆瓣的源來安裝web.py框架:code

pip install web.py -i http://pypi.douban.com/simpleip

若是要永久添加,可在當前用戶目錄下添加以下文件pip

 

vi ~/.pip/pip.conf
 
[global]
index-url=http://1.2.3.4/pypi
find-links=http://1.2.3.4/pypi
no-index = true
[install]
no-index = true
index-url=http://1.2.3.4/pypi
find-links=http://1.2.3.4/pypi
 
vi ~/.pydistutils.cfg
 
[easy_install]
index-url=http://1.2.3.4/pypi
find-links=http://1.2.3.4/pypi
相關文章
相關標籤/搜索