Where does Anaconda Python install on Windows?

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

提交回复
热议问题