問題描述
我在我的 Windows 機(jī)器上安裝了 Anaconda for Python 2.7 并想將 Anaconda 解釋器添加到 PyDev,但快速谷歌搜索找不到 Anaconda 安裝的默認(rèn)位置,并且搜索 SO 并沒有找到任何有用的東西,所以.
I installed Anaconda for Python 2.7 on my Windows machine and wanted to add the Anaconda interpreter to PyDev, but quick googling couldn't find the default place where Anaconda installed, and searching SO didn't turn up anything useful, so.
Anaconda 4.0 在 Windows 7 上安裝在哪里?
Where does Anaconda 4.0 install on Windows 7?
推薦答案
為了找到 Anaconda 的安裝位置,我在 Windows 的命令行中使用了where"命令.
To find where Anaconda was installed I used the "where" command on the command line in Windows.
C:>where anaconda
對(duì)我來(lái)說返回:
C:UsersUser-NameAppDataLocalContinuumAnaconda2Scriptsanaconda.exe
C:UsersUser-NameAppDataLocalContinuumAnaconda2Scriptsanaconda.exe
這讓我可以在
C:UsersUser-NameAppDataLocalContinuumAnaconda2python.exe
C:UsersUser-NameAppDataLocalContinuumAnaconda2python.exe
更新 PyDev
這篇關(guān)于Anaconda Python 在 Windows 上安裝在哪里?的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!