Created
October 9, 2016 13:26
-
-
Save xsscx/ff0b188ddabab6707de5b7febdf6b81a to your computer and use it in GitHub Desktop.
OSX 10.12 cheap fix for the libreadline.6.dylib linked from awk in bash installed via Brew
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
This is a cheap fix for the libreadline.6.dylib linked from awk in bash installed via Brew. | |
ln -s /usr/local/lib/(your build path)/libreadline.6.dylib /usr/local/Cellar/readline/6.3.8/lib/libreadline.6.dylib | |
Haven't had time to figure it out yet.. | |
Delete /etc/motd | |
sudo rm /etc/motd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment