美文网首页
安装anconda后主机名前出现(base)

安装anconda后主机名前出现(base)

作者: 张都尉 | 来源:发表于2020-03-31 11:15 被阅读0次

安装了anaconda,打开终端的时候,一直有一个base,看着很不舒服,要是你也有这样的困惑,只需要下边的两行代码就可以了:

conda config --show | grep auto_activate_base
你会看到

auto_activate_base: True
这时你只需要,运行

conda config --set auto_activate_base False
就可以了

相关文章

网友评论

      本文标题:安装anconda后主机名前出现(base)

      本文链接:https://www.haomeiwen.com/subject/hvfwuhtx.html