Skip to content

Instantly share code, notes, and snippets.

@voutilad
Created January 11, 2017 22:15
Show Gist options
  • Save voutilad/2db219347faf149d934d9cf3c7ff1129 to your computer and use it in GitHub Desktop.
Save voutilad/2db219347faf149d934d9cf3c7ff1129 to your computer and use it in GitHub Desktop.
#assuming you've done `brew install openssl`
env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment