Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

micromamba env remove -n [name] finishes with a "to activate this environment" message #3045

Closed
3 tasks done
jni opened this issue Dec 7, 2023 · 1 comment
Closed
3 tasks done
Labels
type::bug Something isn't working

Comments

@jni
Copy link

jni commented Dec 7, 2023

Troubleshooting docs

  • 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?

Micromamba

Search tried in issue tracker

micromamba remove activate

Latest version of Mamba

  • My problem is not solved with the latest version

Tried in Conda?

I do not have this problem with Conda, just with Mamba

Describe your issue

When I remove an environment with micromamba env remove -n envname, the final message reads:

Transaction finished

To activate this environment, use:

    micromamba activate envname

Or to execute a single command in this environment, use:

    micromamba run -n envname mycommand

Environment removed at prefix: /Users/jni/micromamba/envs/envname

I get why it's there, but it would be good to suppress it, as new users find it confusing. (Even this old user does 😂.)

mamba info / micromamba info

libmamba version : 1.5.4
     micromamba version : 1.5.4
           curl version : libcurl/8.1.2 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.11 nghttp2/1.51.0
     libarchive version : libarchive 3.5.3 zlib/1.2.11 liblzma/5.0.5 bz2lib/1.0.8
       envs directories : /Users/jni/micromamba/envs
          package cache : /Users/jni/micromamba/pkgs
                          /Users/jni/.mamba/pkgs
            environment : all (active)
           env location : /Users/jni/micromamba/envs/all
      user config files : /Users/jni/.mambarc
 populated config files : /Users/jni/.condarc
       virtual packages : __unix=0=0
                          __osx=13.6.2=0
                          __archspec=1=arm64
               channels : https://conda.anaconda.org/conda-forge/osx-arm64
                          https://conda.anaconda.org/conda-forge/noarch
       base environment : /Users/jni/micromamba
               platform : osx-arm64

Logs

No response

environment.yml

No response

~/.condarc

channels:
  - conda-forge
@jjerphan
Copy link
Member

jjerphan commented Jan 6, 2025

Fixed by #3715.

@jjerphan jjerphan closed this as completed Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants