Skip to content

Instantly share code, notes, and snippets.

@1st1
Created October 20, 2016 20:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 1st1/54d9304efe84a7062e9b58a0261f4f4d to your computer and use it in GitHub Desktop.
Save 1st1/54d9304efe84a7062e9b58a0261f4f4d to your computer and use it in GitHub Desktop.
Compile Python on Mac OS with openssl from macports
export LDFLAGS="-L/opt/local/lib/"
export LD_LIBRARY_PATH="/opt/local/lib/"
export CPPFLAGS="-I/opt/local/include -I/opt/local/include/openssl"
./configure
make -j8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment