I have activated something on my Linux machine which caused the screen to only display (base)
instead of (base) [user@host path]$
. When I deactivate it, the screen remains blank which is not normal. I want to restore the normal screen. I have searched for solutions but haven't found anything helpful. I am not sure what this issue is related to so I am not able to search for relevant keywords. How can I fix this?
Current screen:
(base) python foo.py
Desired screen:
(base) [user@host path]$ python foo.py