Skip to content

Instantly share code, notes, and snippets.

@afranzi
Created May 16, 2019 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afranzi/6a32960443e0c9ed4fd820a0cd1e3217 to your computer and use it in GitHub Desktop.
Save afranzi/6a32960443e0c9ed4fd820a0cd1e3217 to your computer and use it in GitHub Desktop.
PyEnv.sh
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