-
Notifications
You must be signed in to change notification settings - Fork 10
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
Remove conda imports #4
base: master
Are you sure you want to change the base?
Conversation
I would like to simplify this eventually and/or move a bunch of it to another "conda-interface" library, as some of these things could see reuse elsewhere |
A conda interface library would also be useful for conda-lock and condax. Probably also for mamba. |
Probably not for mamba, but totally agreed. (Also for conda-mirror and constuctor) We should do that. I kinda wanna get through this conda-tools kickoff call tomorrow before splitting this out. |
pinging this again @costrouc |
As per @mariusvniekerk's request, this removes the conda imports. This should be fully self-contained and just allow for a conda implementation to exist and be interfaced with via the command line.