我按照 RVM 安装手册,发现我的系统满足安装的最低要求。
我将用户包括在/etc/sudoers
.
然后我跑了:
\curl -L https://get.rvm.io | bash-s stable - autolibs = homebrew - rails
但安装过程返回:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:100 184 100 184 0 0 156 0 0:00:01 0:00:01 --:--:-- 229
46 15779 46 7325 0 0 4433 0 0:00:03 0:00:01 0:100 15779 100 15779 0 0 9547 0 0:00:01 0:00:01 --:--:-- 8255k
Please read and follow further instructions.
Press ENTER to continue.
bash: line 584: /usr/local/rvm/RELEASE: Permission denied`
我做错了什么?我还阅读了这个论坛上的其他评论,说从控制台以用户而不是 root 身份安装 RVM 是正确的,因此将不胜感激任何帮助。