Skip to content

Instantly share code, notes, and snippets.

@chriskief
Last active September 13, 2016 05:28
Embed
What would you like to do?
# install via MacPorts
sudo port install openssl
sudo env ARCHFLAGS="-arch x86_64" LDFLAGS="-L/opt/local/lib" CFLAGS="-I/opt/local/include" pip install cryptography
# install via Homebrew
brew install openssl
env ARCHFLAGS="-arch x86_64" LDFLAGS="-L/usr/local/opt/openssl/lib" CFLAGS="-I/usr/local/opt/openssl/include" pip install cryptography
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment