我有一个基本的终端问题。我刚刚在 Snow Leopard 上安装了 enthought 的 Canopy for Python,并且(Canopy 64bit)在我在命令行上工作时不断出现。
EX: (Canopy 64bit) Macbook~[用户名]$
我试过编辑我的 bashrc 文件,但无济于事。
bashrc 目前有这个:
# 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
--
有什么办法可以阻止“(Canopy 64bit)”的显示?