Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adamzaninovich/c48594234be144b675ba0b8bbee94d09 to your computer and use it in GitHub Desktop.
Save adamzaninovich/c48594234be144b675ba0b8bbee94d09 to your computer and use it in GitHub Desktop.
setup_jruby() {
export JRUBY_HOME=/usr/ruby/jruby9
export PATH=$PATH:$JRUBY_HOME/bin
export JAVA_HOME=/usr/java/java8
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment