Skip to content

Instantly share code, notes, and snippets.

@shengyou
Created January 11, 2018 16:20
Show Gist options
  • Save shengyou/328b1d2620e03695a98a30ba664e8723 to your computer and use it in GitHub Desktop.
Save shengyou/328b1d2620e03695a98a30ba664e8723 to your computer and use it in GitHub Desktop.
# 安裝 Python 3 及 pip
sudo apt install python3
sudo apt install python3-pip
# 驗證安裝版本
python3 --version
pip3 --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment