安装好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