pythonswitcher is a command line tool to switch between the 2 python versions (Python2 or python3) on your linux system.
Why switch between the python versions ?
Good question !! In fact, python2 and python3 have different syntaxes. So some programs will requier the correct python version according to the version they are based on