Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created February 11, 2019 14:16
Show Gist options
  • Save ianchen06/13e9c1260db2e8a39997bb60594c2d57 to your computer and use it in GitHub Desktop.
Save ianchen06/13e9c1260db2e8a39997bb60594c2d57 to your computer and use it in GitHub Desktop.
Install Python 3.7.2 with Framework and brew openssl with pyenv
env PYTHON_CONFIGURE_OPTS="--enable-framework" CONFIGURE_OPTS="--with-openssl=$(brew --prefix [email protected])" pyenv install 3.7.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment