📜  在 colab 中更改 py 版本 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:59.083000             🧑  作者: Mango

代码示例1
# 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