原帖:http://blog.csdn.net/tantexian/article/details/37724633
一、安装pip2pi工具:
1
|
pip
install
pip2pi
|
或:
gitclonehttps:
//github
.com
/wolever/pip2pi
cd
pip2pi
pythonsetup.py
install
|
二、将python包保存到/home/pypi/文件夹中:
ln -s /home/pypi/simple /var/www/html/
|
四、使用本地pip源:
定制化本地pypi源完成!
vi ~/.pip/pip.conf
[global] index-url = http://pypi.douban.com/simple/
|