Error installing any ruby version with RVM on OSX

后端 未结 9 1594
暗喜
暗喜 2021-01-30 11:40

Guys I\'m about to kill myself with this one!

I had some problems with RVM installing multiple versions of Ruby, and following a thread on Stackoverflow I decided to rem

相关标签:
9条回答
  • 2021-01-30 12:24

    This solved problem for me

    sudo chown -R `whoami` /Library/Caches/Homebrew/
    
    0 讨论(0)
  • 2021-01-30 12:28

    I was encountering similar issues, particular around the install of openssl098. I came across this Homebrew issue, tried rvm get head as suggested, and now rvm works perfectly.

    0 讨论(0)
  • 2021-01-30 12:30

    User which is running brew should have write access to This entire directory path

    /Library/Caches/Homebrew/Formula

    No need to change ownership just write permission. then running rvm works

    0 讨论(0)
提交回复
热议问题