Skip to content

Instantly share code, notes, and snippets.

@iboard
Last active January 20, 2019 08:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iboard/5023717 to your computer and use it in GitHub Desktop.
Save iboard/5023717 to your computer and use it in GitHub Desktop.
obsolete - install ruby2
# How I managed to install #ruby-2.0 with #rvm on #MacOS 10.8
export CC=/usr/bin/gcc
rvm pkg install openssl
rvm install ruby-head --with-gcc=clang --verify-downloads 1 # see *
rvm use ruby-head
ruby -v
ruby 2.0.0dev (2013-02-24) [x86_64-darwin12.2.0]
# * If your first try fails, do it with reinstall again.
# rvm reinstall ruby-head --with-gcc=clang --verify-downloads 1
@zph
Copy link

zph commented May 27, 2013

Thanks for the writeup, this solved my SSL errors in RVM, Ruby 2.0.0-p195.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment