Remove rvm 'path' initialization.
In non-interactive environments, the 'rvm' command likely isn't there, and most local references should be via a wrapping script. This may impact the use of rake, which can be used to launch other tasks via sub-shell commands.
I believe the original inclusion of the rvm command here was for calling 'p4util init' on the test environment, which doesn't appear to be needed.