Skip to content

Instantly share code, notes, and snippets.

@AdamGagorik
Last active October 18, 2023 15:02
Show Gist options
  • Save AdamGagorik/b8ab7299a8e6c5c0c3807dfa3f112485 to your computer and use it in GitHub Desktop.
Save AdamGagorik/b8ab7299a8e6c5c0c3807dfa3f112485 to your computer and use it in GitHub Desktop.
Compile pyenv python using brew OpenSSL
CPPFLAGS="-I$(brew --prefix [email protected])/include" LDFLAGS="-L$(brew --prefix [email protected])/lib" pyenv install -v 3.10.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment