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

对着背影说爱祢 提交于 2020-01-25 03:10:13

问题


I've followed the instructions presented on:

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

I've jazzed up my terminal, but am running into an issue where my terminal consistently shows (e) base as part of the prompt.

Google and https://powerline.readthedocs.io/en/master/ have not led me to an answer as of yet.


回答1:


Executing source deactivate removed (e) base.

Answer via: How to leave/exit/deactivate a 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.



来源:https://stackoverflow.com/questions/52862063/powerline-how-to-remove-e-base-from-terminal-prompt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!