macOS在安装了Anaconda(或miniconda)后,每次打开terminal都会默认打开名为base的虚拟环境。
默认不启动base
powershell
conda config --set auto_activate_base false
默认启动base
powershell
conda config --set auto_activate_base true