There is a base in front of the Ubuntu terminal

There is a base in front of the Ubuntu console:

After installing anaconda, there will be an additional base in front, which refers to the root directory of env in anaconda. If you have obsessive-compulsive disorder, you can delete this. It will not affect if you don't delete it.

conda config --set auto_activate_base False

Then restart it and change it to True if enabled.

ok!

Guess you like

Origin blog.csdn.net/qq_35544714/article/details/109270602