我必须在 Windows 10 中使用 python 3.5 安装 64 位版本的 Anaconda.我遵循默认设置 (AppData/Continuum/Anaconda3).但是,安装后,我不确定如何访问 Anaconda 命令提示符,以便可以使用 conda 安装软件包.我还尝试在 C:/Program Files, 中安装 Anaconda 64 位,但有几个 python 脚本不喜欢该空间,因此无法安装.
I had to install the 64-bit version of Anaconda with python 3.5 in Windows 10. I followed the default settings (AppData/Continuum/Anaconda3). However, after installation, I am unsure how to access the Anaconda command prompt so that I can use conda to install packages. I also attempted to install Anaconda 64 bit in C:/Program Files, but several of the python script did not like the space and it failed to install.
如何访问 Anaconda 提示符?
What can I do to access the Anaconda prompt?
将鼠标移至 Windows 图标(左下方)并开始输入Anaconda".应该显示一些匹配的条目.选择Anaconda 提示".将打开一个名为Anaconda Prompt"的新命令窗口.现在,您可以从那里使用 Python、conda 和其他工具.
Go with the mouse to the Windows Icon (lower left) and start typing "Anaconda". There should show up some matching entries. Select "Anaconda Prompt". A new command window, named "Anaconda Prompt" will open. Now, you can work from there with Python, conda and other tools.
这篇关于如何在 Windows 10(64 位)中访问 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 对象)