I just ran into this problem, although my installation complained:
out :: server] ** [out :: server] $rvm_path (/home/nebula/.rvm/) does not exist. *** [err :: server] /usr/local/rvm/scripts/rvm: line 185: __rvm_teardown: command not found *** [err :: server] /usr/local/rvm/bin/rvm: line 52: /home/nebula/.rvm//scripts/rvm: No such file or directory *** [err :: server] Error sourcing RVM! *** [err :: server] Error: RVM was unable to use 'ruby-1.9.3-p392'
I am using rvm with a system installation (standard installation on / usr / local / rvm). Adding the following to my Capfile solved the problem:
set :rvm_type, :system set :rvm_path, "/usr/local/rvm"
source share