2018.4.23 pip使用

pip打包

python setup.py check  检查setup.py是不是正确,如果正确就只输出running check

python setup.py dist  会将项目打包成一个tar.gz文件

pip list

pip download django=1.9.2 --dest="/root/pipsource"

pip install

pip install --no-deps

pip install --upgrade

pip uninstall

pip show

一边喊着救命,一边享受沉沦。
原文地址:https://www.cnblogs.com/fast-walking/p/8916845.html