我已经在 ~/.rvm/ 下安装了 ruby 和 gems,现在我想重新安装所有的东西。
此文件夹之外是否有任何修改/链接?那么,只需删除文件夹 ~/.rvm/ 就可以重新开始吗?
答案1
请运行
rvm implode
这是 implode flag 的作用
implode - removes the rvm installation completely.
This means everything in $rvm_path (~/.rvm || /usr/local/rvm).
This does not touch your profiles. However, this means that you
must manually clean up your profiles and remove the lines which source RVM.
删除.bash_profile 中源 rvm 安装的行(我假设您正在使用 bash)。
答案2
如果您想重新开始,可以安全地删除它~/.rvm
...但根据我的经验,这大多不是问题。
非常重要的是在 rc 文件中获得正确的 rvm 初始化,你可以使用以下命令使其工作:
rvm get head --auto