Ruby:安装rvm的时候报错

浏览:38日期:2022-10-22

问题描述

OS:KaliRuby:1.9.3p194 (2012-04-20 revision 35410) [i486-linux

参考这篇文章进行rvm的安装,其中在执行第3步的时候(cat ins|bash -s stable)报错如下:

......省略Upgrading the RVM installation in /usr/local/rvm/cp: 无法获取'/usr/local/rvm/src/rvm/bin/rake' 的文件状态(stat): 没有那个文件或目录cp: 无法获取'/usr/local/rvm/src/rvm/bin/bundle' 的文件状态(stat): 没有那个文件或目录Upgrade of RVM in /usr/local/rvm/ is complete.# Administrator,## Thank you for using RVM!# We sincerely hope that RVM helps to make your life easier and more enjoyable!!!## ~Wayne, Michal & team.In case of problems: http://rvm.io/help and https://twitter.com/rvm_ioUpgrade Notes: * No new notes to display.

问题解答

回答1:

2012年的教程,现在2014了吧,有点老

rvm 一行命令就可以安装

$ curl -sSL https://get.rvm.io | bash -s stable`

安装这种事情还是看官网吧

https://rvm.io/

相关文章: