Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 Mountain Lion 仍然使用旧的 bash 3.x,我想知道是否有一个关于如何将 bash 升级到最新版本的好的教程(或者是否有人可以在这里发布一个)。此外,了解如何设置路径以便它可以在终端中使用也会很有帮助。
提前致谢
brew update
brew install bash
/usr/local/bin/bash
/etc/shells
chsh -s /usr/local/bin/bash
您通常不必更改终端或 iTerm 2 中的任何设置。它们都默认使用默认登录 shell 打开新 shell。