且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

gevent在Ubuntu上无法正确安装

更新时间:2023-01-20 09:23:28

在具有python 2.6的Ubuntu 10.04上,我必须这样做:

On Ubuntu 10.04 with python 2.6 I had to do:


apt-get install libevent-dev
apt-get install python-all-dev
easy_install greenlet
easy_install gevent 

顺便说一句,关于Gevent的不错的教程: http://sdiehl.github.com/gevent-教程/

By the way, nice tutorial on Gevent: http://sdiehl.github.com/gevent-tutorial/