Skip to content

Instantly share code, notes, and snippets.

@ZhiYingSun
Last active May 30, 2023 03:03
Show Gist options
  • Save ZhiYingSun/bd7920dcb661c0ac1cc26c65ca43f7af to your computer and use it in GitHub Desktop.
Save ZhiYingSun/bd7920dcb661c0ac1cc26c65ca43f7af to your computer and use it in GitHub Desktop.
Google Colab Python 3.9

!sudo apt-get install python3.9

!sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1

!sudo update-alternatives --config python3

!apt-get install python3-pip

!python -m pip install --upgrade pip --user````
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment