josepmaria
josepmaria

Reputation: 571

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.

Upvotes: 1

Views: 5977

Answers (1)

S.Chauhan
S.Chauhan

Reputation: 156

Try using /opt/anaconda3 instead.

Upvotes: 1

Related Questions