Back to linux

Allow to change manually the python version to python3

python --version
sudo su
update-alternatives --install /usr/bin/python python /usr/bin/python3 1
exit
python --version