Anaconda: disable prompt change Anaconda: disable prompt change linux linux

Anaconda: disable prompt change


I've had a slightly different, but related problem: how to avoid the base env to be activated by default for every terminal window. Solution:

conda config --set auto_activate_base False

Note: this only works if you have run conda init first.