gpt4 book ai didi

ruby - RVM 安装失败

转载 作者:数据小太阳 更新时间:2023-10-29 06:32:32 24 4
gpt4 key购买 nike

我按照 RVM 主页 (https://rvm.beginrescueend.com/rvm/install/) 上的说明进行操作

我输入了以下内容:

sudo bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )

脚本已执行并且似乎没有出现任何错误。

同样没有sudo报错:

Warning: Failed to create the file 
Warning: /usr/share/ruby-rvm/archives/wayneeseguin-rvm-stable.tgz: Permission
Warning: denied
0 792k 0 3908 0 0 2257 0 0:05:59 0:00:01 0:05:58 2257
curl: (23) Failed writing body (0 != 3908)

Could not download 'https://github.com/wayneeseguin/rvm/tarball/stable'.
curl returned status '23'.

我也把它放在我的 ~/.bashrc 中

echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"

我得到的是:

~$ type rvm | head -1
bash: type: rvm: not found

~$ source "/usr/local/rvm/scripts/rvm"
bash: /usr/local/rvm/scripts/rvm: No such file or directory

~$ source "$HOME/.rvm/scripts/rvm"
bash: /home/anonym/.rvm/scripts/rvm: No such file or directory

如何解决这个问题?

附言

我正在使用 Ubuntu 11.10

最佳答案

Sudo 问题。这对我安装 rvm 很有用。只是做:

curl -L https://get.rvm.io | sudo bash -s stable --ruby

关于ruby - RVM 安装失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8612067/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com