Hacker News new | ask | show | jobs
by Toddward 4981 days ago
Handy-dandy one-liner to install it with rbenv (provided you have ruby-build installed).

curl https://raw.github.com/gist/3998200/a09c4eb21256ad17880f7d8d... | sh

2 comments

That script could be a one-liner in and of itself.
Not sure if RVM typically supported the preview releases. It would be nice if it did though.

    rvm install ruby-2.0.0-preview1
in my case, i need to do

  rvm install ruby-2.0.0-preview1 --verify-downloads 1