Skip to content

Instantly share code, notes, and snippets.

@konverner
Created July 8, 2023 21:20
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 konverner/ab5feda32e7d4f61f33e77faf07dcc08 to your computer and use it in GitHub Desktop.
Save konverner/ab5feda32e7d4f61f33e77faf07dcc08 to your computer and use it in GitHub Desktop.
Change python version in Colab
!sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
!sudo update-alternatives --config python3
!sudo apt install python3-pip
!python3 --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment