Where does Anaconda Python install on Windows?

前端 未结 10 919
庸人自扰
庸人自扰 2020-12-07 15:18

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 Anac

10条回答
  •  隐瞒了意图╮
    2020-12-07 16:09

    If you installed as admin ( and meant for all users )

    C:\ProgramData\Anaconda3\Scripts\anaconda.exe
    

    If you install as a normal user

    C:\Users\User-Name\AppData\Local\Continuum\Anaconda2\Scripts\anaconda.exe
    

提交回复
热议问题