Skip to content

Instantly share code, notes, and snippets.

@todd
Created November 2, 2012 02:01
Show Gist options
  • Save todd/3998200 to your computer and use it in GitHub Desktop.
Save todd/3998200 to your computer and use it in GitHub Desktop.
Shell Script to Install Ruby-2.0.0-preview1 with rbenv
curl https://raw.github.com/gist/3998177/0ac991d732fbfba9f3d8cfd14b861461ef2d9393/2.0.0-preview1 > /tmp/2.0.0-preview1
rbenv install /tmp/2.0.0-preview1
@teoljungberg
Copy link

Or, 2.0.0-preview1 is available within ruby-build now

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