How to remove “(base)” from the front of your terminal prompt
This is so because auto_activate_base
is set to True. You can check this using the following command
conda config --show | grep auto_activate_base
To set it false
conda config --set auto_activate_base False