2018年5月31日 星期四

安裝 Python3.6 版本的 IDLE

查看目前有無安裝 python3 的版本指令
python3 --version

安裝 python3.6 版本的 IDLE 指令
sudo apt install idle-python3.6

叫出 python3.6 shell  的指令
idle-python3.6