How to get RVM to set correct gem path

后端 未结 3 541
囚心锁ツ
囚心锁ツ 2020-12-05 14:54

On a clean Mac OS X \"Snow Leopard\" install, I have a problem with RVM: It sets the Ruby path correctly but doesn\'t set the gem path. When I start a Rails server it mixes

3条回答
  •  情话喂你
    2020-12-05 15:31

    Make sure you're always 'using' your Ruby version. (Ugh. RVM can be so annoying).

    rvm use 1.9.3 --default
    

    Also what does your .gemrc look like? I had to take out --user from mine.

提交回复
热议问题