Created
January 11, 2018 16:20
-
-
Save shengyou/328b1d2620e03695a98a30ba664e8723 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 安裝 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