May be this problem is happening after you installed anaconda and set the default environment as base environment. If you want to remove the (base) from terminal you have deactivate the environment set up by conda using following command:

conda config --set auto_activate_base false