无法卸载 Python

Unable to uninstall Python

我已经尝试了其他帖子中建议的所有方法,但似乎无法完全卸载 Python。

  1. 我安装了 Python 3,我通过控制面板卸载了它。
  2. 我卸载了 Jupyter。
  3. 找到conda文件夹,手动删除了
  4. 我 运行 在我的整个计算机中搜索任何 python.exe 文件,但计算机空手而归。
  5. 我查看了我的系统变量,但我仅有的变量是用于 MATLAB 和 Java。 None 说 Python。

但是,如果我在 Windows 10 上打开 Bash 并输入 Python,命令行会弹出以下消息。

Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

我不知道我怎么还能Python!请帮我调试一下!

找出从哪里调用 python。显然,如果您在 Windows 10 上启用 Bash,它会预装 Python。因此,您找不到它 Programs,但它位于 Bash 文件夹中。