python 包安装

安装 easy_install

1.在https://pypi.python.org/pypi/setuptools上下载
setuptools-0.6c11-py2.7.egg

2.执行sh setuptools-0.6c11-py2.7.egg

安装pip

wget http://python-distribute.org/distribute_setup.py
python distribute_setup.py
wget https://github.com/pypa/pip/raw/master/contrib/get-pip.py
python get-pip.py

原文地址:https://www.cnblogs.com/lxgeek/p/3095332.html