How to access Anaconda command prompt in Windows 10 (64-bit)(如何在 Windows 10(64 位)中访问 Anaconda 命令提示符)
问题描述
我必须在 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 命令提示符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Windows 10(64 位)中访问 Anaconda 命令提示符
基础教程推荐
- matplotlib 设置 yaxis 标签大小 2022-01-01
- kivy 应用程序中的一个简单网页作为小部件 2022-01-01
- 在 Python 中将货币解析为数字 2022-01-01
- 究竟什么是“容器"?在蟒蛇?(以及所有的 python 容器类型是什么?) 2022-01-01
- Python 中是否有任何支持将长字符串转储为块文字或折叠块的 yaml 库? 2022-01-01
- 对多索引数据帧的列进行排序 2022-01-01
- Python,确定字符串是否应转换为 Int 或 Float 2022-01-01
- Kivy 使用 opencv.调整图像大小 2022-01-01
- 比较两个文本文件以找出差异并将它们输出到新的文本文件 2022-01-01
- 在 Django Admin 中使用内联 OneToOneField 2022-01-01
