Skip to content

Instantly share code, notes, and snippets.

@LucasArruda
Created January 16, 2019 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucasArruda/d208b2edcff07f9532e68fca86721f6b to your computer and use it in GitHub Desktop.
Save LucasArruda/d208b2edcff07f9532e68fca86721f6b to your computer and use it in GitHub Desktop.
Ruby on Rails console load error after brew update -> Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib (LoadError)
# Ruby on Rails console load error after brew update
# Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib (LoadError)
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