Как настроить Conda для активации базовой среды по умолчанию?
conda config --set auto_activate_base true
Charles-Alexandre Roy
conda config --set auto_activate_base true
# In the .bashrc or .zshrc, after the conda initialize block
# enter the following command:
conda config --set auto_activate_base false