[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Xfce4-Terminal Prompt is Changed by ANACONDA



Hi,

Stephen P. Molnar wrote:
> or some reason the Xcfc4-Termial is:
> (base) comp@AbNormal:~$
> rather than:
> comp@AbNormal:~$

Check the content of the environment variable PS1.

  me@myhost:~> echo $PS1
  \u@\h:\W>

The meaning of the "\"-codes is explained in man bas, section PROMPTING.
I guess you want

  \u@\h:\W$

or if you prefer to see the full path of your current working diectory:

  \u@\h:\w$

If the change by Anaconda is persistent, then you need to find out which
startup script of configuration file sets PS1 to something like
  (base) \u@\h:\W$


Have a nice day :)

Thomas


Reply to: