How do I upgrade Bash in Mac OSX Mountain Lion and set it the correct path? - Stack Overflow
- Update brew:
brew update - Install bash with
brew install bash - Add
/usr/local/bin/bashto/etc/shells - Change the default shell with
chsh -s /usr/local/bin/bash
You don't normally have to change any settings in Terminal or iTerm 2. Both of them default to opening new shells with the default login shell
Read full article from How do I upgrade Bash in Mac OSX Mountain Lion and set it the correct path? - Stack Overflow
No comments:
Post a Comment