Answers for "change python version colab"

0

change py version in colab

# Choose one of the given alternatives:
!sudo update-alternatives --config python3

# This one used to work but now NOT(for me)!
# !sudo update-alternatives --config python

# Check the result
!python3 --version

# Attention: Install pip (... needed!)
!sudo apt install python3-pip
Posted by: Guest on December-07-2021

Code answers related to "change python version colab"

Browse Popular Code Answers by Language