This is a short tutorial on installing pyenv on Ubuntu 20.04. Pyenv is a python version management tool that you can use to switch between python versions with ease. If you use Pipenv (Pipfile) it can automatically install required python versions using the Pipfile too. Step 1: Install required packages: …