How to make Python 3 the default Python version on Ubuntu 18.04?

rm -f /usr/bin/python
ln -s /usr/bin/python3 /usr/bin/python