running into issues with RVM during Ruby install (1.9.2)

前端 未结 4 771
悲&欢浪女
悲&欢浪女 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:34

    The error seems to be

    Failed to create the file ruby-1.9.2-p290.tar.bz2: Permission denied
    

    Did you try to do something with sudo one time? You want to make sure that /Users/mark/.rvm/rubies/ is writable for your user.

提交回复
热议问题