我在我的 Windows 机器上安装了 Anaconda for Python 2.7 并想将 Anaconda 解释器添加到 PyDev,但快速谷歌搜索找不到 Anaconda 安装的默认位置,并且搜索 SO 并没有找到任何有用的东西,所以.
I installed Anaconda for Python 2.7 on my Windows machine and wanted to add the Anaconda interpreter to PyDev, but quick googling couldn't find the default place where Anaconda installed, and searching SO didn't turn up anything useful, so.
Anaconda 4.0 在 Windows 7 上安装在哪里?
Where does Anaconda 4.0 install on Windows 7?
为了找到 Anaconda 的安装位置,我在 Windows 的命令行中使用了where"命令.
To find where Anaconda was installed I used the "where" command on the command line in Windows.
C:>where anaconda
对我来说返回:
C:UsersUser-NameAppDataLocalContinuumAnaconda2Scriptsanaconda.exe
C:UsersUser-NameAppDataLocalContinuumAnaconda2Scriptsanaconda.exe
这让我可以在
C:UsersUser-NameAppDataLocalContinuumAnaconda2python.exe
C:UsersUser-NameAppDataLocalContinuumAnaconda2python.exe
更新 PyDev
这篇关于Anaconda Python 在 Windows 上安装在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持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 对象)