奇怪......但这就是我得到的:
$ gem list | grep rvm
>> rvm (1.11.3.3)
$ gem uninstall rvm
>> INFO: gem "rvm" is not installed
Run Code Online (Sandbox Code Playgroud)
怎么可能呢?这个问题的根源可能源于我下载最新的RVM并发现它不能与最新版本的POW一起使用.因此,我不得不内爆RVM并重新安装旧版本.从那以后,当我做一个时cap deploy,我得到了经典:
`<top (required)>': RVM - Capistrano integration was extracted to a separate gem, install: `gem install rvm-capistrano` and remove the `$LOAD_PATH.unshift` line, note also the 'set :rvm_type, :user' is now the default (instead of :system). (RuntimeError)
Run Code Online (Sandbox Code Playgroud)
有任何想法吗?