Search code examples
environmentanaconda3

Find conda env folder in mac


I cannot find envs folder on anaconda3 when navigating through mac finder.

On bash, if I run

conda env list

I can see my environment are located at

base   */opt/anconda3
myenv   /opt/anaconda3/envs/myenv

However, when navigating through Mac Finder, I can only see the following folder

user/anaconda3/

Inside I cannot see the envs folder

I have isntalled conda version

conda 4.10.1

I tried using on finder the "Go to folder" option, and entering

user/opt

But it did not work.


Solution

  • Try using /opt/anaconda3 instead.