You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to following the instructions on installing Miniforge on my MacOS and have encountered some issues.
When I run conda env create -f ~/Downloads/carpentries_environment.yml, it gives a "FutureWarning: remote_definition is deprecated and will be removed in 25.9. Use conda env create --file=URL instead." It seems to work when I change the command to conda env create --file=carpentries_environment.yml as the warning message suggested.
As already been reported in miniforge installation differs from expected #869. I was also not asked to prepend Miniforge to the PATH, instead, it asks if I want to "update your shell profile to automatically initialize conda". I typed yes and got to continue, but it's not clear to me whether this is needed or recommended. Thanks.
I'm trying to following the instructions on installing Miniforge on my MacOS and have encountered some issues.
When I run
conda env create -f ~/Downloads/carpentries_environment.yml, it gives a "FutureWarning:remote_definitionis deprecated and will be removed in 25.9. Useconda env create --file=URLinstead." It seems to work when I change the command toconda env create --file=carpentries_environment.ymlas the warning message suggested.As already been reported in miniforge installation differs from expected #869. I was also not asked to prepend Miniforge to the PATH, instead, it asks if I want to "update your shell profile to automatically initialize conda". I typed yes and got to continue, but it's not clear to me whether this is needed or recommended. Thanks.
MacOS: 26.0.1