I have Ubuntu 19.04 OS and I needed python 3.6 version so I somehow managed to get python3.6 on my device without removing python3.7 but now I would like to revert back to using python3.7. Can anyone suggest how to do it?
Upgradation to Python 3.7
116 Views Asked by Subhang V At
2
If you've got multiple version of Python installed, you can choose which one to use as default in
update-alternatives
:, then follow the prompt instructions.