在cmd中查找安装好的python2的方法:
1、打开菜单栏搜索cmd
2、鼠标左键单击打开cmd
3、输入
python -V
(V必须是大写) 查询python版本
4、输入
where python
查询python所在位置