Install oh-my-zsh
Set homebrew API key in .zshrc
:
export HOMEBREW_GITHUB_API_TOKEN=<Github API Token>
Install pyenv from https://amaral.northwestern.edu/resources/guides/pyenv-tutorial
curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash
- Copy the three lines the script outputs to your
.bashrc
/.zshrc
/.whateverrc
and source itsource ~/.zshrc
- Install the latest python 3:
pyenv install 3.6.4