conda not start base code example
Example 1: how to remove base from command prompt
conda config --set auto_activate_base false
Example 2: How do I set Conda to activate the base environment by default?
conda config --set auto_activate_base true