Created
May 16, 2019 09:12
-
-
Save afranzi/6a32960443e0c9ed4fd820a0cd1e3217 to your computer and use it in GitHub Desktop.
PyEnv.sh
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$(xcrun --show-sdk-path)/usr/include" pyenv install 3.6.7 | |
pyenv global 3.6.7 | |
mkvirtualenv mlflow | |
workon mlflow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment