Skip to content

Instantly share code, notes, and snippets.

@iperelivskiy
Last active June 7, 2016 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iperelivskiy/3a020922b514a007bf603d758ed97e92 to your computer and use it in GitHub Desktop.
Save iperelivskiy/3a020922b514a007bf603d758ed97e92 to your computer and use it in GitHub Desktop.
Installing m2crypto with pip on El Capitan
env LDFLAGS="-L$(brew --prefix openssl)/lib" \
CFLAGS="-I$(brew --prefix openssl)/include" \
SWIG_FEATURES="-cpperraswarn -includeall -I$(brew --prefix openssl)/include" \
pip install m2crypto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment