When installing Anaconda, a script is added to the .bash_profile. This script seems to activate the base environment as the shell starts with:
(base) ComputerName:~ login$
What is the difference with a login script that does not activate any environment? Why is the base environment activated?
Should I install new package with conda install package in the base environment or outside of it?