I have a basic terminal question. I just installed enthought's Canopy for Python on Snow Leopard, and (Canopy 64bit) continually shows up when I'm working on the command line.
EX: (Canopy 64bit) Macbook~[username]$
I've tried editing my bashrc file, to no avail.
bashrc currently has this:
# System-wide .bashrc file for interactive bash(1) shells.
if [ -z "$PS1" ]; then
return
fi
PS1="Macbook~\u\$"
# Make bash check its window size after a process completes
shopt -s checkwinsize
--
Is there any way to stop "(Canopy 64bit)" from displaying?
It's in .bash_profile. But you'll probably have to log out and back in for it to take effect, once you remove it.
There's an option when you install to make Canopy your default python environment. Unfortunately, there doesn't appear to be a way to change that in the application settings.