Created
November 2, 2012 02:01
-
-
Save todd/3998200 to your computer and use it in GitHub Desktop.
Shell Script to Install Ruby-2.0.0-preview1 with rbenv
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
curl https://raw.github.com/gist/3998177/0ac991d732fbfba9f3d8cfd14b861461ef2d9393/2.0.0-preview1 > /tmp/2.0.0-preview1 | |
rbenv install /tmp/2.0.0-preview1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or, 2.0.0-preview1 is available within ruby-build now