Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. export JRUBY_OPTS='-J-XstartOnFirstThread' # Just to remove annoying warnings
  2. export PATH="/usr/local/Cellar/jruby/9.0.3.0/libexec/bin/:$PATH" # I installed jruby from homebrew
  3. export MACHTYPE=darwin-x86_64 # the default is i386, which makes shoes believe it's a linux and use readlink -f
  4. alias ruby=jruby # I also have ruby installed
  5. alias gem=jgem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement