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


- 分析异常:路径不存在:dbfs:/databricks/python/lib/python3.7/site-packages/sampleFolder/data; 2022-01-01
- 如何在 python3 中将 OrderedDict 转换为常规字典 2022-01-01
- 使用Heroku上托管的Selenium登录Instagram时,找不到元素';用户名'; 2022-01-01
- python-m http.server 443--使用SSL? 2022-01-01
- 如何在 Python 的元组列表中对每个元组中的第一个值求和? 2022-01-01
- 沿轴计算直方图 2022-01-01
- pytorch 中的自适应池是如何工作的? 2022-07-12
- padding='same' 转换为 PyTorch padding=# 2022-01-01
- python check_output 失败,退出状态为 1,但 Popen 适用于相同的命令 2022-01-01
- 如何将一个类的函数分成多个文件? 2022-01-01