Thursday, July 1, 2021

[SNIPPET] Change default python3 to python3.9 in Xubuntu (or others Debian-based distros)

Changes the symlink `python3` to point to `python3.9`:

sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1