Skip to content

Instantly share code, notes, and snippets.

@amferraz
Forked from chriskief/install.sh
Created April 22, 2014 17:51
Show Gist options
  • Save amferraz/11188369 to your computer and use it in GitHub Desktop.
Save amferraz/11188369 to your computer and use it in GitHub Desktop.
# 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