Created
January 11, 2017 22:15
-
-
Save voutilad/2db219347faf149d934d9cf3c7ff1129 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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