Supporting very old Python versions has become a maintenance burden (dependencies, code workarounds etc.). The default Python version in the current LTS major Linux distros are the following: Ubuntu ...
pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well. This project was forked from ...