Created
October 19, 2011 20:35
-
-
Save sstephenson/1299584 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ time rbenv install 1.9.2-p290 | |
Downloading https://github.com/downloads/sstephenson/ruby-packages/1.9.2-p290.x86_64-darwin.rubypackage... | |
Installing 1.9.2-p290... | |
Installed 1.9.2-p290 to /Users/sam/.rbenv/versions/1.9.2-p290 | |
real 0m18.979s | |
user 0m1.211s | |
sys 0m3.334s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@fesplugas Still working out the details, and I'm sure there are bugs to squash, but
ruby-package build 1.9.2-p290
will build a .rubypackage file for whatever platform you're on.I'll only be maintaining Mac packages. Hopefully the community will step up and maintain packages for other platforms. (You'll be able to install packages for other platforms by setting the
RUBY_PACKAGE_REPO
environment variable to a different URL.)