-
Notifications
You must be signed in to change notification settings - Fork 2
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
uninstallb could remove associated conda envs #173
Comments
I think we need to provide some kind of "uninstallCommands" |
i dont want to type "uninstallCommands", that's like 20 letters! :) |
I don't see other option. |
you mean there's no way to know if a specific plugin has conda env installed or not? |
yes, unless we parse the commands and look for a conda create something which may not be robust enough? |
we could check for ...ENV_ACTIVATION var, but it is also not very reliable. Maybe we could add another (boolean?) parameter to PluginInfo? I don't know if this class is used to store plugin properties.. |
to save disc space. At the moment it only deletes folders inside software/em, which are usually empty for many conda-based binaries
I'd imagine we could parse the env name from the activation command and then delete it (with user confirmation?)
The text was updated successfully, but these errors were encountered: