Python

Utilities

Pyenv – Simple Python Version Management

versionsList all Python versions available to pyenv
shellSet or show the shell-specific Python version
installInstall a Python version using python-build
updateUpdate pyenv, its plugins including the list of available versions
globalSet or show the global Python version(s)
localSet or show the local application-specific Python version(s)
pyenv install --list
pyenv install 3.15-dev
pyenv shell 3.14.2

Documentation: https://github.com/pyenv/pyenv#readme

Tutorial for Linux Mint: https://forums.linuxmint.com/viewtopic.php?f=42&p=2103213