Ruby 1.9 shell aliases

19 Oct 2009

I’ve started playing with Ruby 1.9 – the latest and greatest version of Ruby. On Ubuntu Jaunty, 1.8 is considered mainline and 1.9 experimental – here are the shell aliases if using 1.9:

alias ri='/usr/bin/ri1.9'
alias irb='/usr/bin/irb1.9'
alias rdoc='/usr/bin/rdoc1.9'
alias ruby='/usr/bin/ruby1.9'
alias gem='/usr/bin/gem1.9' # belts-and-braces - gem 1.8 & 1.9 are the same version - 1.3.1
comments powered by Disqus

  « Previous: Next: »