2022年9月1日 星期四

在 Windows 命令列用 py -0 檢查 Python 版本

今天在劉承彥的新書裡面看到一個檢查 Python 版本的新奇方法, 就是在命令列輸入 py -0 :

D:\test\python>py -0  
Installed Pythons found by py Launcher for Windows
 -3.7-64 *

結果顯示版本為 64 位元 3.7 版. 當然也可以輸入 python 進入 IDLE :

D:\test\python>python  
Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

沒有留言 :