设置ssh:
http://www.cnblogs.com/lexus/archive/2010/05/01/1725477.html
设置代理:
http://www.cnblogs.com/lexus/archive/2010/05/01/1725483.html
安装easy_install:
http://www.cnblogs.com/lexus/archive/2010/05/01/1725479.html
安装virtualenv
http://www.cnblogs.com/lexus/archive/2010/05/01/1725478.html
安装eventlet(先得安装gcc,同时依赖python-dev)
sudo apt-get install build-essential
sudo apt-get install python-dev
easy_install eventlet
安装pyquery
require:
http://tightwadtechnica.com/?page_id=4163
steps:
安装demjson
easy_install demjson
http://www.cnblogs.com/lexus/archive/2010/05/01/1725477.html
设置代理:
http://www.cnblogs.com/lexus/archive/2010/05/01/1725483.html
安装easy_install:
http://www.cnblogs.com/lexus/archive/2010/05/01/1725479.html
安装virtualenv
http://www.cnblogs.com/lexus/archive/2010/05/01/1725478.html
安装eventlet(先得安装gcc,同时依赖python-dev)
sudo apt-get install build-essential
sudo apt-get install python-dev
easy_install eventlet
安装pyquery
require:
Are the following installed?
- libxml2
- libxslt
- python
http://tightwadtechnica.com/?page_id=4163
steps:
sudo aptitude install libxml2
sudo aptitude install libxslt
sudo aptitude install [libxml2-dev]
sudo aptitude install [libxslt-dev]
sudo aptitude install python-dev
easy_install lxml
easy_install pyquery
安装demjson
easy_install demjson