Pyenv

From DWIKI

Links

HOWTO

List available versions of python

pyenv install -l

List installed versions

pyenv versions


Install newer python

pyenv install 3.13.4