Skip to content

Instantly share code, notes, and snippets.

@voith
Created August 21, 2019 12:08
Show Gist options
  • Save voith/eeacad1fd8f622a4096d4684c2226e5d to your computer and use it in GitHub Desktop.
Save voith/eeacad1fd8f622a4096d4684c2226e5d to your computer and use it in GitHub Desktop.
Readline fix for version 7 on OSX
# I use py-env to handle different python versions.
# When I installed python3.7 the `libreadline.7.dylib` image went missing.
# the fix was to create a softlink of the new dylib
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