In this blog post I will explain how I use pyenv to manage my Python installation. The following is only of relevance if you develop Python programs.
Most – if not all – Linux distributions come with a system version of Python, and the most important reason to include it as a system package is to run Python code from other packages.
If you develop Python programs you find you’ll need to install other Python modules.
...