Where does Anaconda Python install on Windows?

前端 未结 10 911
庸人自扰
庸人自扰 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:01

    This one is easy. When you start the installation, Anaconda asks "Destination Folder" as below screenshot. If you are not sure where did default installation go, double click setup file and see what anaconda offers as a default location.

    0 讨论(0)
  • 2020-12-07 16:03

    where conda

    F:\Users\christos\Anaconda3\Library\bin\conda.bat

    F:\Users\christos\Anaconda3\Scripts\conda.exe

    F:\Users\christos\Anaconda3\condabin\conda.bat

    F:\Users\christos\Anaconda3\Scripts\conda.exe --version

    conda 4.6.11

    this worked for me

    0 讨论(0)
  • 2020-12-07 16:09

    Open the Anaconda Prompt and type:

    > where python
    
    0 讨论(0)
  • 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
    
    0 讨论(0)
提交回复
热议问题