在命令行查看是否安装python的方法:
1、在cmd命令行输入python,若已安装python会输出python版本信息并进入python交互模式。
python
2、在命令行使用where python命令,若已安装python会输出python的安装路径。
where python