pip - yszheda/wiki GitHub Wiki

Installation

Mirrors

# add simple after the urls

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

http://pypi.hustunique.com/  华中理工大学

http://pypi.sdutlinux.org/  山东理工大学

http://pypi.mirrors.ustc.edu.cn/  中国科学技术大学

Remove all packages

pip freeze | xargs pip uninstall -y
pip list | awk '{print $1}' | xargs pip uninstall -y

Cache

Dependencies

Install Path

[global]
target=C:\Users\Bob\Desktop
PIP_TARGET=/path/to/pip/dir

Trouble-shooting

ImportError: cannot import name main