sudo apt install --reinstall python3
sudo apt install --reinstall python
sudo update-alternatives --remove-all python
sudo update-alternatives --remove-all python3
sudo ln -sf /usr/bin/python2.7 /usr/bin/python
sudo ln -sf /usr/bin/python3.6 /usr/bin/python3
HI I have this issue however, Am new to the entire concept, does your gist means reverting to Python 2.7? I want my default in 3.10 which I upgraded from 3.8 recently