Why can't I install Rails on Lion using RVM?

后端 未结 14 1348
孤独总比滥情好
孤独总比滥情好 2020-11-29 16:40

I\'m running into issues trying to install Rails on OS X Lion using RVM.

So far, I have done the following:

  1. Installed Mac OS X Lion Version 10.7 (Build
14条回答
  •  春和景丽
    2020-11-29 17:12

    My solution was to override the /usr/bin/gcc symlink in the terminal. Here's how I did it:

    https://plus.google.com/101970693023462019144/posts/eYVLvMCqTmc

    This not only fixed my RVM installation, but also made sure that installing gems with native extensions (like rmagick) work.

提交回复
热议问题