尝试使用capistrano部署时出现以下错误
/usr/local/rvm/bin/rvm-shell - No such file or directory
** [deploy:update_code] exception while rolling back: Capistrano::CommandError, failed: "rvm_path=/usr/local/rvm /usr/local/rvm/bin/rvm-shell 'ruby-2.0.0-p353' -c 'rm -rf /home/xxx/xxxxxx/releases/20151019095324; true'" on xx.xx.xxx.xxx任何人都有解决方案。
发布于 2015-10-19 20:03:01
Rvm可能未安装或无法从capistrano中“声明”的用户访问。
请参阅https://rvm.io/rvm/install检查您的服务器上是否正确安装了rvm。
https://stackoverflow.com/questions/33211643
复制相似问题