Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created February 11, 2019 14:16
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 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 openssl@1.1)" pyenv install 3.7.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment