每当我在Ubuntu14.04中打开终端时,一旦终端打开,我就会得到以下命令:
bash:“source/usr/local/share/chruby/chruby.sh”:没有这样的文件或目录
如何在打开终端时阻止bash文件被执行?
谢谢,
发布于 2014-09-23 09:07:17
从.bash-profile中删除该行。
如果要停止读取整个.bash-profile文件,请编辑.profile文件。
https://stackoverflow.com/questions/25990940
复制相似问题