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
I've never seen conda successfully recover from deleting the environment while the environment is activated. I don't think this is the responsibility of this project to fix that, that sounds like a conda issue to me. I would think conda would be smart enough to deactivate for you in the event you try to delete the active environment.
We use this pattern in a number of our internal and external projects that get set up via make. I always just deactivate first and run make dev.
See the bad env location here. I still have anaconda-linter activated and the last line shows it is trying to nest/stack the environment.
In fact, if one runs
make environment
and thenmake dev
it will happily stack environments.The text was updated successfully, but these errors were encountered: