安装好anaconda之后,(base)出现在prompt前面了

安装好anaconda之后,出现的问题。

 

解决方法:

 

This can also be because auto_activate_base is set to True. You can check this using the following command

 

conda config --show | grep auto_activate_base

 


To set it false

 

conda config --set auto_activate_base False

source ~/.bashrc

 

To reactivate set it to True

conda config --set auto_activate_base True
source ~/.bashrc

 

来源:

https://askubuntu.com/questions/1026383/why-does-base-appear-in-front-of-my-terminal-prompt

 

posted @ 2020-11-09 12:49  profesor  阅读(857)  评论(0编辑  收藏  举报