完整ubuntu 包安装纪录

easy_install
sudo apt-get install python-setuptools
或是
http://blog.163.com/htc3000@126/blog/static/131770222200911111238890/

gcc
sudo apt-get installl build-essential

lxml
sudo apt-get install python-lxml


pyquery
sudo easy_install pyquery

mercurial
sudo apt-get install mercurial

subversion
sudo apt-get install subversion

sudo apt-get install python-dev

wget
http://pypi.python.org/packages/source/e/eventlet/eventlet-0.9.6.tar.gz

tar -zxvf eventlet-0.9.6.tar.gz



eventlet
sudo easy_install eventlet




原文地址:https://www.cnblogs.com/lexus/p/1682879.html