I’ll introduce how to install and manage multiple versions of Python using the asdf plugin asdf-python.
I needed to install Python on M1 macOS, and decided to use asdf-python in anticipation of managing multiple versions.
First, complete Installing asdf [M1 macOS Edition].
asdf plugin add python https://github.com/asdf-community/asdf-python.git
asdf list-all python
asdf install python latest
asdf list python
*3.12.1
That’s all from the Gemba, where I started managing multiple Python versions with asdf.