When starting terminal in Visual studio code, my bash prompt looks like this; (dateutil_env)
. I've tried using the command deactivate as to exist this and return to a regular bash prompt. Although that doesn't work, using the command bash --login
gets me to a bash prompt but using the command exit
, returns me to (dateutil_env)
as the prompt ?
I tried using deactivate
as I'm in a Python environment but that doesn't exit and return me to a bash prompt.