Do this using instructions from here: https://github.com/pyenv/pyenv
- Install
brew install pyenv
- Configure zsh/bash profile
- Install desired python versions
- Set global python (for default across machine) and/or local python versions (repo specific)
https://bennywee.github.io/posts/python_env_setup/python_env_setup.html
Didn't get to this yet, but use Poetry -- which uses Virtualenv
under the hood.
@bennywee