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 命令提示符


基础教程推荐
- 无法导入 Pytorch [WinError 126] 找不到指定的模块 2022-01-01
- PermissionError: pip 从 8.1.1 升级到 8.1.2 2022-01-01
- 使用大型矩阵时禁止 Pycharm 输出中的自动换行符 2022-01-01
- 包装空间模型 2022-01-01
- Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙? 2022-01-01
- 在同一图形上绘制Bokeh的烛台和音量条 2022-01-01
- PANDA VALUE_COUNTS包含GROUP BY之前的所有值 2022-01-01
- 求两个直方图的卷积 2022-01-01
- 在Python中从Azure BLOB存储中读取文件 2022-01-01
- 修改列表中的数据帧不起作用 2022-01-01