How can I install Ruby 1.9.3 in Mac OS X Lion?

后端 未结 11 517
南旧
南旧 2020-12-04 12:21

I am trying to install Ruby 1.9.3 but am having problems. I installed RVM, then typed:

rvm install 1.9.3

The output says:

         


        
11条回答
  •  被撕碎了的回忆
    2020-12-04 12:30

    Try this first:

    rvm get latest
    

    This is what I have working:

      rvm:
        version:      "rvm 1.9.2 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]"
    
      ruby:
        interpreter:  "ruby"
        version:      "1.9.3p0"
        date:         "2011-10-30"
        platform:     "x86_64-darwin11.2.0"
        patchlevel:   "2011-10-30 revision 33570"
        full_version: "ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]"
    

提交回复
热议问题