Created
November 27, 2009 19:18
-
-
Save alexg0/244183 to your computer and use it in GitHub Desktop.
Installing jruby on ubuntu
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
# 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