Last active
January 20, 2019 08:04
-
-
Save iboard/5023717 to your computer and use it in GitHub Desktop.
obsolete - install ruby2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
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
Sure I couldn't wait to update my latest ruby-project.
The project used the following gems:
And here are the steps necessary to upgrade ...
And we go ....
And we're green