-bash:/etc/profile.d/rvm.sh:没有这样的文件或目录

时间:2013-04-30 17:59:31

标签: rvm

我最近使用

更新了我的默认ruby版本
$ rvm --default use x.x.x

执行此操作后,重新启动终端我收到以下错误

-bash: /etc/profile.d/rvm.sh: No such file or directory

rvm.sh文件究竟是什么以及如何通过更改默认值来丢失?

1 个答案:

答案 0 :(得分:1)

在我的情况下,最好完全卸载所有Ruby / gems和rvm。 虽然rvm在系统中留下了大量垃圾,包括从不同的地方采购rvm.sh。

完全rvm deinstall后,应检查以下文件并删除对rvm的所有引用:

在〜/(用户主文件夹)中:

.bash_profile
.bashrc
.zprofile
.zshrc

在/ etc文件夹中:

.bash.bashrc
profile
zprofile

仍然不知道为什么rvm会给系统带来如此多的垃圾