問題描述
我必須在 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模板網!