Skip to content

Instantly share code, notes, and snippets.

@zchee
Created August 2, 2015 00:00
Show Gist options
  • Save zchee/0b46df3bdd08fed15459 to your computer and use it in GitHub Desktop.
Save zchee/0b46df3bdd08fed15459 to your computer and use it in GitHub Desktop.
Install pyenv with --enable-shared

CFLAGS="-I$(brew --prefix openssl)/include" LDFLAGS="-L$(brew --prefix openssl)/lib" PYTHON_CONFIGURE_OPTS="--enable-shared CC=clang" pyenv install -v 3.6-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment