- Check python version on terminal:
python --version
- Execute this command to switch to python 3.11:
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
- Check python version:
python --version
Iordanis Kazanas – Virtual Systems Administrator
python --version
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
python --version