Created
August 20, 2011 06:29
-
-
Save guilleiguaran/1158758 to your computer and use it in GitHub Desktop.
JRuby: From source to RbEnv (1.7.0dev)
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
% git pull origin master | |
% ant dist | |
% tar zxvf dist/jruby-bin-1.7.0.dev.tar.gz -C ~/.rbenv/versions | |
% cd ~/.rbenv/versions/jruby-1.7.0.dev/bin | |
% rm -f *.exe *.dll *.bat jruby.sh | |
% sed -i "" 's/^#!\/bin\/bash/#!\/usr\/bin\/env bash/' jruby | |
% ln -fs jruby ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment