-
-
Notifications
You must be signed in to change notification settings - Fork 188
JRuby
Shannon Skipper edited this page Oct 22, 2015
·
46 revisions
JRuby is a Ruby implementation using the Java Virtual Machine (JVM).
| Operating System | Command |
|---|---|
| Debian / Ubuntu |
|
| RedHat / Fedora |
|
| Arch Linux |
|
| OS X | Install Oracle JDK |
wget https://s3.amazonaws.com/jruby.org/downloads/9.0.3.0/jruby-bin-9.0.3.0.tar.gz
sudo mkdir -p /opt/rubies/
sudo tar -xzvf jruby-bin-9.0.3.0.tar.gz -C /opt/rubies/
sudo ln -s jruby /opt/rubies/jruby-9.0.3.0/bin/ruby
-
Note: For improved start-up time install jruby-launcher:
chruby jruby gem install jruby-launcher