Skip to content

Instantly share code, notes, and snippets.

@asmaier
asmaier / install_m2crypto.md
Last active May 18, 2020 17:01 — forked from andrisasuke/install_m2crypto.txt
python install m2crypto on Mac OS X

Do

$> brew install openssl
$> brew install swig

Now add these lines to your ~/.zshrc file on Mac OS X

# this is very slow, see https://github.com/Homebrew/brew/issues/3327
# OPENSSL=$(brew --prefix openssl)
# this is much faster