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] Missing features / mamba - to be implemented #2819

Open
5 of 6 tasks
Hind-M opened this issue Sep 7, 2023 · 4 comments
Open
5 of 6 tasks

[Micromamba] Missing features / mamba - to be implemented #2819

Hind-M opened this issue Sep 7, 2023 · 4 comments
Assignees

Comments

@Hind-M
Copy link
Member

Hind-M commented Sep 7, 2023

Based on the mamba tests, here are some features missing in micromamba compared to mamba:

  • Missing env update subcommand [Micromamba] Add env update #2827
  • Missing env config subcommand
    (env subcommands will be deprecated, env config is pretty much equivalent to config which could be used instead)
  • Missing local channels: -c local or --use-local (exists with repoquery)
    Note that --use-local would not be equivalent to -c local in micromamba (not supported like in mamba/conda).
    On the other hand, the former flag would be available with repoquery commands.
    (Rationale: I think we should be avoiding having multiple flags for the same thing (which people are not even aware of), and also this would be confusing with the repoquery flag which has the same name).
    Fix local channels location #2851 Add local channels test #2853 Add CI test for local channels #2854
  • Check repoquery behavior differences (related issue)
  • Returned version is not tested with micromamba info
  • Missing --mamba-experimental (not sure if this is really useful/used...)
    If set, supposed to disable --json if it's there, and to still execute a transaction even with --dry-run
@jjerphan
Copy link
Member

jjerphan commented Dec 6, 2024

@Hind-M: do you think this can be closed? 🙂

@Hind-M
Copy link
Member Author

Hind-M commented Dec 9, 2024

I don't know. If we want to keep track of the missing --mamba-experimental flag, then no.

@jjerphan
Copy link
Member

jjerphan commented Dec 9, 2024

I do not really see the benefits of --mamba-experimental given its description.

Do you have more information about it?

@Hind-M
Copy link
Member Author

Hind-M commented Dec 9, 2024

Do you have more information about it?

No, therefore keeping track of it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants