Cannot install RVM . Permission denied in /usr/local/rvm

前端 未结 12 2744
旧时难觅i
旧时难觅i 2020-12-25 13:20

Based on my previous thread : RVM installed by Ruby not working? where i had installed RVM using the root user, I then had to entirely remove the RVM install and now i am in

12条回答
  •  佛祖请我去吃肉
    2020-12-25 14:02

    If you installed rvm as root and you are getting permission denied issues (maybe you are deploying with capistrano as a non root user) then you could try rvm fix-permissions after doing things like rvm install 2.2.2 as root and creating a gemset as root.

提交回复
热议问题