installing gems using rvm

前端 未结 5 1150
长情又很酷
长情又很酷 2020-12-28 17:16

When trying to install gems using rvm i get this error

$ rvm gem install sproutcore
ERROR:  While executing gem ... (Errno::EACCES)
Permission denied - /home         


        
5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-28 17:29

    I was having the same problem. I redid this command

    user$ source ~/.rvm/scripts/rvm

    from a new terminal window (as suggested when installing rvm and possibly overlooked when I was installing rvm) and things seemed to be fine after that

提交回复
热议问题