Skip to content

Instantly share code, notes, and snippets.

@alexg0
Created November 27, 2009 19:18
Show Gist options
  • Save alexg0/244183 to your computer and use it in GitHub Desktop.
Save alexg0/244183 to your computer and use it in GitHub Desktop.
Installing jruby on ubuntu
# get current jruby
wget http://jruby.kenai.com/downloads/1.4.0/jruby-bin-1.4.0.tar.gz
tar xzvf jruby-bin-1.4.0.tar.gz
sudo mv jruby-1.4.0/ /opt
# link executables in /usr/local/bin
sudo ln -s /opt/jruby-1.4.0/bin/{jgem,jirb,jruby} /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment