Created
January 16, 2019 05:06
-
-
Save vipzhicheng/cc6a4ee0cbf889c3f004c59ccfb49822 to your computer and use it in GitHub Desktop.
dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib
This file contains 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
# 1 | |
ls -l /usr/local/opt/readline/lib/libreadline.* | |
# 2, depends on what you miss, and what you have | |
ln -s /usr/local/opt/readline/lib/libreadline.8.0.dylib /usr/local/opt/readline/lib/libreadline.7.dylib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you! 🙏