Is there a way in Ubuntu to have rake commands (Ruby) available on the command line?
I solved adding the following line to bashrc, but I think there should be a better way.
export PATH=$PATH:$HOME/bin:/var/lib/gems/1.8/bin
Have I forgot something?