首页 > 文章列表 > 怎么在cmd中查找安装好的Python2

怎么在cmd中查找安装好的Python2

Python
266 2022-08-07

在cmd中查找安装好的python2的方法:

1、打开菜单栏搜索cmd

2、鼠标左键单击打开cmd

3、输入

python -V

(V必须是大写) 查询python版本

4、输入

where python

查询python所在位置