RVM installed by Ruby not working?

前端 未结 10 1276
不知归路
不知归路 2020-12-04 23:36

I installed RVM using the single instruction mentioned at the RVM website (using git).

Then I installed Ruby version 1.9.2 and 1.8.7 using:

rvm insta         


        
10条回答
  •  北荒
    北荒 (楼主)
    2020-12-05 00:31

    I set my shell as a login shell (open terminal > Edit > Profile Preferences > Command tab > "Run command as a login shell") though I'm not 100% sure it's needed.

    Once you're done installing RVM + Ruby though, you must specify which ruby you will be using. I like to use

    rvm use --latest --default

提交回复
热议问题