Last active
October 18, 2023 15:02
-
-
Save AdamGagorik/b8ab7299a8e6c5c0c3807dfa3f112485 to your computer and use it in GitHub Desktop.
Compile pyenv python using brew OpenSSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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