浙江省高等学校教师教育理论培训

微信搜索“教师资格证岗前培训”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
设置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:

Are the following installed?

  • libxml2
  • libxslt
  • python
reference:
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


posted on 2010-05-01 10:13  lexus  阅读(250)  评论(1编辑  收藏  举报