英文:
I recently deleted all versions of python from my laptop. However when I click on the windows icon, I can still see the python 3.10 folder
问题
当我右键单击它以卸载它时,它会打开控制面板,但在已安装程序列表中没有Python 3.10文件。我非常困惑。Python是否已下载到我的笔记本电脑上?为什么在我单击Windows图标时仍然显示那个文件夹。
我已尝试卸载它,但在控制面板/程序和功能中找不到它。
英文:
When I right click on it to unistall it, it opens the control panel but there is no python 3.10 file in the list of installed programs. I am very confused. Is python downloaded in my laptop or not? And why is that folder still showing when i click on windows icon
I have tried to uninstall it but it is not present in the control panel/programs and features.
答案1
得分: 0
在您的计算机上搜索 python
,然后右键单击它并点击 "打开文件位置"(如果没有找到,可能在 "更多" 菜单中)。如果打开的是 Python 快捷方式的位置(很可能是),右键单击该快捷方式,然后再次点击 "打开文件位置"。然后删除所有文件。
英文:
Search for python
in your computer then right click it and click "Open File Location" (It can be on More
menu if it's not there). If its opens python shortcut's location which probably will, right click that shortcut and "Open File Location" again. Then delete all files.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论