当我在我的终端上运行pry时,我得到了这样的消息:
Found plugin pry-remote, but could not require 'pry-remote'
dlopen(/usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/x86_64-darwin15/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib
Referenced from: /usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/x86_64-darwin15/readline.bundle
Reason: image not found - /usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/x86_64-darwin15/readline.bundle
[1] pry(main)>但我可以用撬动。为什么需要pry-remote?如果readline有问题,有必要重新安装ruby吗?
发布于 2016-12-14 12:51:34
尝试运行
gem uninstall pry-remote然后希望pry会运行
https://stackoverflow.com/questions/41133206
复制相似问题