Skip to content

Instantly share code, notes, and snippets.

@sstults
sstults / gist:5153709
Created March 13, 2013 16:16
This is the magic incantation I used to install gevent and zeromq in the "lucid32" vagrant box.
sudo apt-get update
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/zeromq
sudo add-apt-repository ppa:chris-lea/libpgm
sudo apt-get update
sudo apt-get install -y python-pyzmq python-setuptools python-dev python-pip libevent-dev
sudo pip install gevent