Installed Python 3.8 on Ubuntu, but it’s not the default
The correct way is sudo apt install python-is-python3 – it effectively does a symlink, but it also …
Change the Python3 default version in Ubuntu
Set python3.6 as default. Or use the following command to set python3.6 as default: sudo update-alternatives –set python /usr/bin/python3.6.
How can I change the default python on my Ubuntu 20.04 to …
Then, choose the version you want: sudo update-alternatives –config python. You can easily switch between default Python versions.
Set Python 3.8 as default on Ubuntu 22.04 | Linode Questions
Trying to set Python 3.8 as default on my Ubuntu 22.04 instance but can’t seem to get it to work. Any help is…
Set Python 3.8 as a default python version on macOS
Set Python 3.8 as a default python version on macOS · Install latest version of python using terminal command: $ brew install python…
Read more here: Source link