Created
January 22, 2021 10:45
-
-
Save gotofritz/0bc12425b1173c051eeea100fcee48ba to your computer and use it in GitHub Desktop.
Install python in Big Sur with pyenv
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
brew reinstall bzip2 | |
brew reinstall zlib | |
CPPFLAGS="-I$(brew --prefix bzip2)/include -I$(brew --prefix zlib)/include" \ | |
LDFLAGS="-L$(brew --prefix bzip2)/lib -L$(brew --prefix zlib)/lib" \ | |
pyenv install --patch 3.6.4 < <(curl -sSL https://github.com/python/cpython/commit/8ea6353.patch\?full_index\=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment