Implement conda self reset - #6
Conversation
|
Instead of a hardcoded list, I think we can use However this will not respect the installer history well, so maybe we just need to get the tree corresponding to the first revision of the history file? |
hmmm, I think I'm not quite sure what this command is suppose to do. I think there are 2 approaches for what it means to reset. 1. remove all packages except the bare minimum that should exist in the base environmentWith this option there are some important things to note:
2. roll back the environment to an older stateWith this option there are some important things to note:
IMO, I think, option (1) is a better option, provided that we can sort out who's responsibility it is to define the bare minimum set of packages that must exist in the base environment. |
|
I think we should go with this strategy, given the following assumptions:
If we are optimistic though, it might be able to run and in that case we should simply install the latest conda available (from the channel where However, if |
No description provided.