New to ubuntu
Update Python to 3.11 and after reboot terminal application will not start.
Internet says that the link between the python version and the terminal is broken. Internet says ctrl + alt + f3
will give me a virtual terminal. This is not working on my Jetson. So I am stuck. Any suggestions. Notice that ctrl + alt F1-F6 does not give me a straight terminal, just a black screen.
my bash file of relevant commands
sudo apt install python
python3 --version
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.11.4
sudo apt-get install python3.11
python3 --version
sudo apt-get update
apt-get update
apt list | grep python3.11
sudo apt-get install python3.11
python3 --version
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2
sudo update-alternatives --config python3
python3 -V