Skip to content

Instantly share code, notes, and snippets.

@elaijuh
Last active May 16, 2016 09:32
Show Gist options
  • Save elaijuh/acb911fa8f5795dd003e0f6d8751878b to your computer and use it in GitHub Desktop.
Save elaijuh/acb911fa8f5795dd003e0f6d8751878b to your computer and use it in GitHub Desktop.

install pyenv and python

brew install pyenv
echo 'eval "$(pyenv init -)"' >> ~/.zshrc

pyenv install 3.5.1
pyenv global 3.5.1

pip install -U pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment