Skip to content

Instantly share code, notes, and snippets.

@guilleiguaran
Created August 20, 2011 06:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilleiguaran/1158758 to your computer and use it in GitHub Desktop.
Save guilleiguaran/1158758 to your computer and use it in GitHub Desktop.
JRuby: From source to RbEnv (1.7.0dev)
% 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