Reputation: 2288
I would like to use the "base" environment of Anaconda for Pycharm. However, I cannot find this option in the list of conda environments. Where should it be?
Upvotes: 2
Views: 5484
Reputation: 1529
Ok so if anyone is wondering how to do this for MacOS. The path is ...anaconda3/python.app for python interpreter.
Upvotes: 0
Reputation: 3511
At the bottom right of your screen, click on "Python 3.x (myProjectName)" > Add Interpreter.
Click on "Conda environment" > check "Existing Environment" > navigate to wherever you installed Anaconda at > Select the python.exe at the root of Anaconda3 directory. (i.e. ~\Anaconda3\Python.exe).
You should be using Anaconda's base environment then:
Upvotes: 5