Created
March 22, 2019 10:31
-
-
Save adejones/14acbc9165121047cf106ca32379c854 to your computer and use it in GitHub Desktop.
macOS pyenv install build failure help
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
# Xcode cli tools must be installed first, they have to be reinstalled after macOS version upgrades | |
xcode-select --install | |
# make sure Homebrew is up to date | |
brew update && brew upgrade | |
# change the version to be whichever one is failing | |
CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install -v 3.7.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment