Last active
August 21, 2017 01:11
-
-
Save arobb/5c3539aae67dbbe68e8abecb85862be4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://apple.stackexchange.com/a/70189 | |
sudo port install bash | |
Add /opt/local/bin/bash to /etc/shells | |
chsh -s /opt/local/bin/bash | |
Open a new tab and check echo $BASH_VERSION |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment