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

option to pass args to conda #125

Open
majidaldo opened this issue Nov 2, 2021 · 3 comments
Open

option to pass args to conda #125

majidaldo opened this issue Nov 2, 2021 · 3 comments

Comments

@majidaldo
Copy link
Contributor

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)

@prusse-martin
Copy link
Member

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.

@prusse-martin
Copy link
Member

There is #110 to add mamba support, but that is inactive for some time now.

@prusse-martin
Copy link
Member

prusse-martin commented Nov 3, 2021

Sorry, and about allow to pass arbitrary args to conda I aggree.

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