Skip to content

Instantly share code, notes, and snippets.

@snarkyboojum
Created March 17, 2013 01:44
Show Gist options
  • Save snarkyboojum/5179190 to your computer and use it in GitHub Desktop.
Save snarkyboojum/5179190 to your computer and use it in GitHub Desktop.
Install latest Zeromq (e.g. 3.2.2)
Get an install the latest Python 2.x (e.g. 2.7.3)
- install with sudo make altinstall
Get and install Cython
Get Pyzmq (e.g. git clone git://github.com/zeromq/pyzmq.git)
Build Pyzmq with Python 2.7
- python 2.7 setup.py build
- sudo /usr/local/bin/python2.7 setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment