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
My problem is not solved in the Troubleshooting docs
Anaconda default channels
I do NOT use the Anaconda default channels (pkgs/* etc.)
How did you install Mamba?
Mambaforge or latest Miniforge
Search tried in issue tracker
Yes
Latest version of Mamba
My problem is not solved with the latest version
Tried in Conda?
I didn't try
Describe your issue
I am receiving a message in the console to activate an environment following the removal of the environment:
I.e.
mamba env remove -n test -y
When this finishes, the following is emitted:
Transaction finishedTo activate this environment, use: mamba activate testOr to execute a single command in this environment, use: mamba run -n test mycommandEnvironment removed at prefix: /home/user/miniforge3/envs/test
This does not occur if I create an empty environment and then subsequently remove the empty environment. This does occur, however, when I install a package in the env and then remove the env.
Expected behavior would be to not tell the user to activate the environment following its removal as this is no longer available for activation
No message about activating the env after removal:
(base) user@userVM:~$ mamba create -n test -y
Empty environment created at prefix: /home/user/miniforge3/envs/test
(base) user@userVM:~$ mamba env remove -n test -y
Nothing to do.
No packages to remove from environment.
Environment removed at prefix: /home/user/miniforge3/envs/test
Message to activate environment after removal
mamba create -n test -y
mamba install -n test pandas -y
mamba env remove -n test -y
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Mambaforge or latest Miniforge
Search tried in issue tracker
Yes
Latest version of Mamba
Tried in Conda?
I didn't try
Describe your issue
I am receiving a message in the console to activate an environment following the removal of the environment:
I.e.
mamba env remove -n test -y
When this finishes, the following is emitted:
This does not occur if I create an empty environment and then subsequently remove the empty environment. This does occur, however, when I install a package in the env and then remove the env.
Expected behavior would be to not tell the user to activate the environment following its removal as this is no longer available for activation
No message about activating the env after removal:
Message to activate environment after removal
mamba info / micromamba info
Logs
environment.yml
~/.condarc
The text was updated successfully, but these errors were encountered: