I decided to upgrade my Python version to 3.10 from 3.8 after I installed 3.10. I used:
sudo update-alternatives --config python3
and then selected the appropriate number designated for 3.10. But after I closed the terminal after changing the version, the terminal refused to open up. Thankfully, I reverted the version back using the terminal on my VS Code and it seemed to open up.
Why does this happen? I mean, we have to upgrade to the higher version for sure at some point of time. Is this an issue from the Ubuntu developers or is something wrong with my Ubuntu?
My specifications:
- Shell: Bash
- Terminal: Gnome Terminal
- Ubuntu version: 20.04 LTS