Michael Nagle
Michael Nagle
Thank you for your detailed response, takluyver. After learning a bit about PROMPT_COMMAND and PS1, I don't think I need either, and removing them is fine if needed. `printenv` showed...
It appears conda is not changing PS1 or PROMPT_COMMAND ``` gmobot@gmobot-Precision-5820-Tower:~$ echo $PS1 ${debian_chroot:+($debian_chroot)}\u@\h:\w\$ gmobot@gmobot-Precision-5820-Tower:~$ echo $PROMPT_COMMAND gmobot@gmobot-Precision-5820-Tower:~$ conda activate base (base) gmobot@gmobot-Precision-5820-Tower:~$ echo $PS1 (base) ${debian_chroot:+($debian_chroot)}\u@\h:\w\$ (base) gmobot@gmobot-Precision-5820-Tower:~$ echo...