Thanks to @kevlarr for this info... Saving it myself for reference.
The easiest way to get started is via pyenv and virtualenv.
- Install pyenv via
brew install pyenv
- Add
eval "$(pyenv init -)"
to your bash, etc. profile if you want to enable autocomplete (hint: you do), - Install project Python version via
pyenv install 3.6.8
1
1 If you are running Mojave and are having issues building (looking at you,
zlib
), > you likely need to install C header files