Skip to content

Instantly share code, notes, and snippets.

View j40903272's full-sized avatar

YunDa Tsai j40903272

View GitHub Profile
@j40903272
j40903272 / Install_python3.7.md
Last active May 21, 2025 13:04
Install python3.7

Install from apt

  1. setup
python3 -V
apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
apt update