Python
Utilities
Pyenv – Simple Python Version Management
| versions | List all Python versions available to pyenv |
| shell | Set or show the shell-specific Python version |
| install | Install a Python version using python-build |
| update | Update pyenv, its plugins including the list of available versions |
| global | Set or show the global Python version(s) |
| local | Set 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