troubles with RVM and OpenSSL

后端 未结 12 2330
暗喜
暗喜 2020-12-08 01:32

Trying to set up a new macbook for a colleague. Not going well.

First I install OpenSSL:

Heathers-MacBook-Pro:~ heather$ rvm pkg install openssl
F         


        
12条回答
  •  一向
    一向 (楼主)
    2020-12-08 01:51

    Here is what worked for me:

    brew install rbenv/tap/openssl@1.0
    rvm reinstall 1.9.3-p551 --with-openssl-dir='/usr/local/opt/openssl@1.0'
    gem update --system
    

    Cheers!

提交回复
热议问题