Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我打开我的外壳,我都会收到这条消息-bash: /etc/profile.d/rvm.sh: No such file or directory。知道我卸载rvm并删除了rvm我知道的所有额外文件。此消息的目标来自哪里?
-bash: /etc/profile.d/rvm.sh: No such file or directory
rvm
最好的
您将不得不查看不同的启动文件。我将从/etc/profile. 您还可以签入您的个人启动文件。使用grep. 例如,在您的主目录中,发出以下命令:
/etc/profile
grep
grep -l rvm.sh .??*
查看哪个文件引用了rvm.sh.
rvm.sh