running into issues with RVM during Ruby install (1.9.2)

前端 未结 4 763
悲&欢浪女
悲&欢浪女 2021-01-03 05:58

I\'m trying to install ruby via RVM and am getting the following error and the logs are not really clear as to what\'s going on, has anyone run into this? I seem to recall t

4条回答
  •  半阙折子戏
    2021-01-03 06:28

    Make sure you've added your user to the rvm group. Also, make sure you log out and log in. Group memberships are processed at login, so in order to write to /usr/local/rvm, you must log out and then log in so that the OS recognizes that you're in the rvm group.

提交回复
热议问题