You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We under the hood already just merge conda dependencies (creating a plain enviroment.yml) and foward the call to conda to solve the dependencies and create the enviroment. after that is completed we add thge scripts to set the env vars in the enviroment.
devenv can simply be for env vars while conda takes care of the rest. default passed arg would be --prune.
(maybe this will help with mamba integration if the conda folks do it...i expect this is the best path)
The text was updated successfully, but these errors were encountered: