Wie setze ich Conda so ein, dass die Basisumgebung standardmäßig aktiviert wird?
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