微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ruby – 安装RVM:得到错误“有一个错误(23).

我试图安装ruby版本管理器(rvm)没有成功.
如何解决这个错误我得到了

ubuntu@ip-172-31-0-20:/tmp$rvm install ruby-1.9.3-p484
Searching for binary rubies,this might take some time.
No binary rubies available for: ubuntu/14.04/x86_64/ruby-1.9.3-p484.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for ubuntu.
Requirements installation successful.
Installing Ruby from source to: /usr/local/rvm/rubies/ruby-1.9.3-p484,this may take a while depending on your cpu(s)...
ruby-1.9.3-p484 - #downloading ruby-1.9.3-p484,this may take a while depending on your connection...
Warning: Failed to create the file ruby-1.9.3-p484.tar.bz2.part: Permission
Warning: denied
0 9806k 0 1002 0 0 22905 0 0:07:18 --:--:-- 0:07:18 23302
curl: (23) Failed writing body (0 != 1002)
There was an error(23).
Checking fallback: http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p484.tar.bz2
Warning: Failed to create the file ruby-1.9.3-p484.tar.bz2.part: Permission
Warning: denied
0 9806k 0 1167 0 0 4300 0 0:38:55 --:--:-- 0:38:55 4290
curl: (23) Failed writing body (0 != 1167)
There was an error(23).
Failed download
There has been an error fetching the ruby interpreter. Halting the installation.
ubuntu@ip-172-31-0-20:/tmp$

解决方法

您的RVM安装在/usr/local / rvm中 – 通常称为系统安装,这要求您的用户ubuntu将添加到rvm组:
rvm group add rvm "$USER"

是的,使用$USER将用你的用户名替换你的shell

然后注销并登录,确保与:

id

您的用户在rvm组中,

最后只是为了更新RVM的权限:

rvm fix-permissions

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐