1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

Show how to reinstall Xcode command line tools

georgewhewell
2015-10-12 12:17:28 +01:00
parent 45570eaffd
commit 20defecf78

@@ -79,7 +79,9 @@ BUILD FAILED
``` ```
* Alternatively, try reinstalling XCode command line tools for your OS (especially if you just upgraded your OS) * Alternatively, try reinstalling XCode command line tools for your OS (especially if you just upgraded your OS)
```
xcode-select --install
```
## ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? ## ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
* If you have homebrew openssl and pyenv installed, you may need to tell the compiler where the openssl package is located: * If you have homebrew openssl and pyenv installed, you may need to tell the compiler where the openssl package is located: