最近安装了anaconda,打开终端的时候,一直有一个base,看着很不舒服,要是你也有这样的困惑,只需要下边的两行代码就可以了:
conda config --show | grep auto_activate_base
你会看到
auto_activate_base: True
这时你只需要,运行
conda config --set auto_activate_base False
就可以了
最近安装了anaconda,打开终端的时候,一直有一个base,看着很不舒服,要是你也有这样的困惑,只需要下边的两行代码就可以了:
conda config --show | grep auto_activate_base
你会看到
auto_activate_base: True
这时你只需要,运行
conda config --set auto_activate_base False
就可以了