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

后端 未结 14 1286
孤独总比滥情好
孤独总比滥情好 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:30

    I have same problem only for arch x86_64, when I comment line in my ~/.rvmrc

    rvm_archflags="-arch x86_64"
    

    Open a new terminal and tried to install ruby-1.8.7 again

    rvm install 1.8.7
    

    It was successful.

    0 讨论(0)
  • 2020-11-29 17:32

    If you're using RVM in a development workflow, I added a fix in an .rvmrc file for OS X Lion.

    https://gist.github.com/1112962

    (updated file name)

    0 讨论(0)
提交回复
热议问题