我前段时间安装了 Anaconda,但最近决定卸载它,只安装基本的 python 2.7.
I installed Anaconda a while ago but recently decided to uninstall it and just install basic python 2.7.
我删除了 Anaconda 并删除了所有目录并安装了 python 2.7.
I removed Anaconda and deleted all the directories and installed python 2.7.
但是当我为 Windows 安装 PyGTK 时,它说它将安装到 c:/users/.../Anaconda 目录 - 这甚至不存在.我想将它安装到 c:/python-2.7 目录.为什么它认为仍然安装 Anaconda?我该如何改变呢?
But when I go to install PyGTK for Windows it says it will install it to the c:/users/.../Anaconda directory - this doesn't even exist. I want to install it to the c:/python-2.7 directory. Why does it think Anaconda is still installed? And how can I change this?
由于我没有列出卸载程序 - 解决方案原来是重新安装 Anaconda 然后卸载它.
Since I didn't have the uninstaller listed - the solution turned out to be to reinstall Anaconda and then uninstall it.
这篇关于如何完全从 Windows 中删除 anaconda?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
使用 python 解析非常大的 xml 文件时出现问题Troubles while parsing with python very large xml file(使用 python 解析非常大的 xml 文件时出现问题)
使用 Python 2 在 XML 中按属性查找所有节点Find all nodes by attribute in XML using Python 2(使用 Python 2 在 XML 中按属性查找所有节点)
Python - 如何解析 xml 响应并将元素值存储在变量中Python - How to parse xml response and store a elements value in a variable?(Python - 如何解析 xml 响应并将元素值存储在变量中?)
如何在 Python 中获取 XML 标记值How to get XML tag value in Python(如何在 Python 中获取 XML 标记值)
如何使用 ElementTree 正确解析 utf-8 xml?How to correctly parse utf-8 xml with ElementTree?(如何使用 ElementTree 正确解析 utf-8 xml?)
将 XML 从 URL 解析为 python 对象Parse XML from URL into python object(将 XML 从 URL 解析为 python 对象)