Error installing any ruby version with RVM on OSX

后端 未结 9 1647
暗喜
暗喜 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:04

    Try

    rvm reinstall ruby-2.3.1 --with-openssl-dir=`brew --prefix openssl`
    

    rvm openssl on Mojave

提交回复
热议问题