how to deactivate conda environment when opening new shell by default ubuntu 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