Skip to content

Instantly share code, notes, and snippets.

@vipzhicheng
Created January 16, 2019 05:06
Show Gist options
  • Save vipzhicheng/cc6a4ee0cbf889c3f004c59ccfb49822 to your computer and use it in GitHub Desktop.
Save vipzhicheng/cc6a4ee0cbf889c3f004c59ccfb49822 to your computer and use it in GitHub Desktop.
dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib
# 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
@mcrampon
Copy link

Thank you! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment