我已经从Windows 10中卸载了完成的python,甚至从环境变量中删除了它的所有路径,但是它正在运行python -V并显示从未出现过的python 2.7.14 。 我想删除此2.7.14,但它在系统上不存在。
当我在命令行中运行python时,它会导致ImportError:没有名为site的模块,这是可以的(因为我已经卸载了python)。 但是在运行python --version之后,它显示了python 2.7.14,它从来没有出现过。我仅有的python是我安装的python 3.7.6。
在cmd上的python给 ImportError:没有名为站点的模块 而 python -V给 Python 2.7.14
答案 0 :(得分:0)
打开命令提示符,然后键入where python.exe
:
C:\Users\partner>where notepad.exe
C:\Windows\System32\notepad.exe
C:\Windows\notepad.exe
如果它在您的路径中,应该会为您找到它。