Skip to content

Instantly share code, notes, and snippets.

@YiLi225
Created November 16, 2022 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YiLi225/0a4745fbd04b15c13219d13267ed6252 to your computer and use it in GitHub Desktop.
Save YiLi225/0a4745fbd04b15c13219d13267ed6252 to your computer and use it in GitHub Desktop.
!sudo apt-get update -y
!sudo apt-get install python3.11
!sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1
!sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment