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

后端 未结 11 514
南旧
南旧 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:31

    Type following commands

    • ~ $: source ~/.rvm/scripts/rvm
    • ~ $: type rvm | head -n 1

      rvm is a function

    • ~ $: vi ~/.bash_profile add this line into bash_profile "source ~/.rvm/scripts/rvm"

    • ~ $: rvm install 1.9.3

    • ~ $: rvm use 1.9.3

提交回复
热议问题