Cannot install Ruby 1.9.3 on a clean Lion Install

风格不统一 提交于 2019-12-02 03:39:31

I solved the problem. RVM wasn't recognizing the readline installed. Funny how readline manages to screw up so many people's installs.

This command points rvm toward the right readline location

rvm install 1.9.3 --with-gcc=clang --with-readline-dir=$rvm_path/usr
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!