Closed jeromedoyle closed 7 years ago
I was able to get it to install properly by setting environment variables that tell the compiler where the openssl package is located as described here. The command was:
CFLAGS="-I$(brew --prefix openssl)/include" LDFLAGS="-L$(brew --prefix openssl)/lib" asdf install python 3.6.3
.
Should this be added to the docs?
Thanks for reporting. Yes, I think it is common enough so that we can add this to the docs here, with a reference to the pyenv page. Would you have time to send a PR for this please? Thank you.
I currently have pyenv (1.1.5) and openssl (2.2.7) installed via homebrew. Installing 3.6.3 fails because the ssl extension wasn't compiled. The terminal output is: