I installed anaconda and everytime I start a terminal it's got an active environment

E.g. if i open a terminal it takes a bit longer to open and looks like this:
image

When it should just look like this:
image

After I open a terminal I can exit the anaconda environment by typing conda deactivate, but I don’t want to have to do that everytime I open a terminal.

Plz help.

conda config --set auto_activate_base false
1 Like

Thank you!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.