I have several apps with tracked .rvmrc’s in Git.
Problem is, I have this automated script which cd’s to a specific app directory if given a certain switch.
Sadly, I cannot run any project related commands since it uses the default ruby and not the ruby specified on my project’s .rvmrc file.
You should load RVM into a shell session before “cd”:
http://beginrescueend.com/workflow/scripting/