Mac, I want a fresh Python.
Upgrade to current Python version.
How to upgrade global Python
upgrade pyenv
brew upgrade pyenv
see which versions of python can be installed
pyenv install --list
install latest python version
pyenv install 3.3069
set this latest python version to global
pyenv global 3.3069
So, if you run
$ python
A fresh Python! Awesome!