Skip to content

Instantly share code, notes, and snippets.

@sstults
Created March 13, 2013 16:16
Show Gist options
  • Save sstults/5153709 to your computer and use it in GitHub Desktop.
Save sstults/5153709 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment