Zend certified PHP/Magento developer

default to Python 3.9

I have an ubuntu 20.04 Desktop that comes with Python 3.8 by default.

How do I make Python 3.9 default Python? I had to install this manually.

When I SSH into the machine I was just run alias python=python3.9 in terminal to temporarily make Python 3.9 default. How do I get rid of this step? I don’t need Python 3.8 at all, like it could be removed.