Closed tdegeus closed 3 years ago
That is very nice @wolfv ! Is is mamba that does it, or is it also already integrated in conda?
no, that's a micromamba specific feature that's currently in "beta" (i.e. undocumented).
@wolfv Is there a way to install from more than one environment variable? Suppose that I want to select the compiler just in the CI, and that I want to keep a more general enviroment.yaml that a user could use directly (even when not using mamba).
Not yet. Could be interesting to think about it.
@tdegeus there is also a new secret trick for environment files:
you can use
to use selectors and install certain dependencies only when some requirement is true. Only very simple conditions work currently (linux, unix, osx and win).