stop anaconda from automatically activating in terminal code example
Example: How do I set Conda to activate the base environment by default?
conda config --set auto_activate_base true
conda config --set auto_activate_base true