本文介绍了如何修复使用 SUDO 完成的 RVM 安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们团队的一名成员使用 sudo 安装了 RVM.我们删除了 ~/.rvm
和 /usr/local/rvm
但我们无法安装 RVM.
A member of our team installed RVM using sudo. We removed ~/.rvm
and /usr/local/rvm
but we are unable to install RVM.
这个:
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
出现以下错误:
mkdir: /usr/local/rvm: Permission denied
这很奇怪,因为这次我们没有使用 sudo.
Which is weird, since we are not using sudo this time.
我不确定错误在哪里.我可以检查什么?
Am not sure where could be the error. What could I check?
推荐答案
也删除
/etc/rvmrc
目录然后安装RVM
应该成功安装!!!
这篇关于如何修复使用 SUDO 完成的 RVM 安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!