-
Notifications
You must be signed in to change notification settings - Fork 382
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
Implement micromamba env update
#1455
Comments
I think we can use the current We can add a command line option to |
|
I am realizing that maybe that is the desired behavior and Let's picture some scenarios -- assuming we have a created environment. What should the ideal command line look like. We could quite easily add the following flags:
|
Yes that sounds reasonable as well. What would be the role of |
When using |
We just hit this again. Shall we remove the |
Is there any intention to add a |
My understanding is that It would be good for an analogous command to exist in micromamba. It would be especially convenient if this command created the environment if it didn't already exist. (E.g., after you run this command, you're guaranteed to end up with |
that is very much needed 😃 combining this with #2700 issue, this pruning feature will allow to quickly remove the devt dependencies to get a lean environment back again. |
What's the current best alternative to |
Fixed in #2827? |
|
Please do 👍-react if you are interested so that this can be considered further. |
I propose continuing the discussions on #3529. |
It would be nice to have a way in Micromamba to update an env from an
environment.yml
. In Mamba this works bymamba env update -n X -f environment.yml
.The text was updated successfully, but these errors were encountered: