Simple, run git init, clone, update your environment setting, add pyhton plugin
git initgit clone https://github.com/asdf-vm/asdf.git ~/.asdf –branch v0.14.1echo “. $HOME/.asdf/asdf.sh” » ~/.bashrcsource .bashrcasdf plugin-add python
Now just choose what version of python you need (but more than one can be installed)
For example asdf install python 3.9.20