Ruby:安装rvm的时候报错

OS:Kali
Ruby: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_io

Upgrade Notes:

  * No new notes to display.
阅读 4.5k
1 个回答

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

rvm 一行命令就可以安装

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

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

https://rvm.io/

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进