I cannot create Conda environment successfully using Pycharm.
已回答
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?
请先登录再写评论。
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.