关于bash:powerline-如何从终端提示中删除”(e)base”?

Powerline - how to remove “(e) base” from Terminal prompt?

我按照以下说明操作:

  • https://medium.freecodecamp.org/jazz-up-your-bash-terminal-a-step-by-step-guide-with-pictures-80267554cb22

我对我的终端进行了改进,但遇到了一个问题,我的终端始终显示(e) base作为提示的一部分。

Image of Terminal

谷歌和https://powerline.readthedocs.io/en/master/到目前为止还没有给我答案。


执行删除(e)基的source deactivate

回答通过:如何离开/退出/停用python virtualenv?

If you are trying to leave an Anaconda environment, the procedure is a
bit different: run the two-word command source deactivate since they
implement deactivation using a stand-alone script.