I'm wondering if there is a way to set a confirmation request when installing packages to the base conda environment?
It's happened to me once where I installed a bunch of packages without activating my desired environment before installation, which is a pain. This is a rookie error, but I think it's still useful enough of a feature.
I'm thinking / hoping something like: the current activated environment is base do you want to proceed with installation?
While for any other activated environment, you would not get the confirmation request - as it's safe to assume you mean to be working in that env.