(2023-12-22) Updating Python3

I'm playing with Deepgram but it's not happy that I still have Python 3.8.x which is fair. (2021-02-07) Migrating to Python3 (on server) coming from (2020-10-02) Setting Up Python On New MacBookPro

Latest is 3.12.1. Try installing this with pyenv but it's not listed/supported.

So try updating pyenv: brew update && brew upgrade pyenv

Now can do pyenv install 3.12.1 -> Installed Python-3.12.1 to /Users/billseitz/.pyenv/versions/3.12.1

But python3 --version -> Python 3.8.2

Do pyenv global 2.7.18 3.12.1 -> python3 --version -> Python 3.12.1


Edited:    |       |    Search Twitter for discussion