I cannot create Conda environment successfully using Pycharm.
Answered
I've installed Anaconda in here.
/opt/anaconda3/bin/conda
When I tried to create a project using Conda environment for the first time, the path to conda executable should be entered.
I tried to locate it using pycharm, but it apparently does not exist according to the program.
How do I solve this?
Please sign in to leave a comment.
Have you tried pasting the absolute path to conda executable?
I typed in the absolute path like you said and it worked.
You are the man.