Skip to content

Instantly share code, notes, and snippets.

@bobisme
Created May 13, 2014 12:43
Show Gist options
  • Save bobisme/97af586808674e36bfe6 to your computer and use it in GitHub Desktop.
Save bobisme/97af586808674e36bfe6 to your computer and use it in GitHub Desktop.
Installing pyzmq on Mac OS X 10.9
brew install libzmq
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
pip install pyzmq --install-option="--zmq=/usr/local/Cellar/zeromq/4.0.4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment