All of my Heroku commands appear to be working except the one to get to a command line for my database.
Doing:
heroku pg:psql -a myapp
yields:
dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib
Referenced from: /usr/local/bin/psql
Reason: image not found
I have had problems with this "readline" before. I'm not sure what it does, or why it is necessary, but how can I overcome this?
I'm running this on Mac OSX Sierra and I've installed Heroku with Homebrew.
heroku CLI version:
heroku/7.19.4 darwin-x64 node-v11.3.0