mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Wired up register_envs flag

Open JohanMabille opened this issue 2 years ago • 3 comments

This completes #2802 cc @wolfv

JohanMabille avatar Sep 01 '23 18:09 JohanMabille

Do we want to add a test for this?

jonashaag avatar Sep 01 '23 19:09 jonashaag

From the python side we could also set the variable but would have to check if the car is available on conda with hasattr or so

wolfv avatar Sep 01 '23 20:09 wolfv

Do we want to add a test for this?

Yes I need to add them

Edit: Actually this should not be wired with a flag, but with a defaulted option; I will work on that later.

JohanMabille avatar Sep 04 '23 12:09 JohanMabille