When using anaconda (install for python), when I switch to virtual env with this:
source activate my_env
It changes my invitation and adds (my_env) at the beginning of my PS1.
I tried adding export VIRTUAL_ENV_DISABLE_PROMPT=1to my bashrc, but that didn't help.
Any idea?
source
share