Skip to content

Instantly share code, notes, and snippets.

View Shengliang's full-sized avatar

Shengliang Song Shengliang

  • ByteDance
  • Fremont, CA
View GitHub Profile
https://blog.jcole.us/innodb/
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.10
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.10 2
# Now, you can easily switch to any version with the following commands.
sudo update-alternatives --config python