Created
November 16, 2018 14:24
-
-
Save unusedPhD/d3b1cd9ef954b60ac4f62a0d2a91a051 to your computer and use it in GitHub Desktop.
pyenv compiling new version with macos mojave
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
| CFLAGS="-I$(brew --prefix readline)/include -I$(brew --prefix openssl)/include -I$(xcrun --show-sdk-path)/usr/include" \ | |
| LDFLAGS="-L$(brew --prefix readline)/lib -L$(brew --prefix openssl)/lib" \ | |
| PYTHON_CONFIGURE_OPTS=--enable-unicode=ucs2 \ | |
| pyenv install -v 3.6.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment