Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created March 4, 2023 16:06
Show Gist options
  • Save fernyb/2c80bd5613e9babaa95e3b431c95e728 to your computer and use it in GitHub Desktop.
Save fernyb/2c80bd5613e9babaa95e3b431c95e728 to your computer and use it in GitHub Desktop.
Update python to point to different version
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1
sudo update-alternatives --config python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment