方法一、直接执行命令python,就可以查看python的版本信息。
退出用exit()
方法二、利用命令python -V,注意V要大写。
方法三、利用命令whereis python,注意whereis中间不需要空格。