1
dreampuf 2013-12-26 11:43:22 +08:00 1
1.重装setuptools
2.重装pip ps. 显示指定Python版本(e.g. $ python2.7 setup.py install) example: ```bash wget --no-check-certificate https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py --quiet -O - | sudo python2.7 - --insecure wget --no-check-certificate https://raw.github.com/pypa/pip/master/contrib/get-pip.py --quiet -O - | sudo python2.7 - ``` |