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.
每次我打开终端时,登录前都会出现此消息:
Saving wrappers to '/Users/USER/.rvm/bin'........
这刚刚开始,可能与我更改 .rvm 或其子目录的权限有关。我使用 zsh 和 oh-my-zsh 并且在 OSX 10.8.3 上
有谁知道这是什么原因以及如何摆脱它?
您可能已经激活了after_use_textmate钩子,您可以使用以下方法禁用它:
after_use_textmate
chmod -x $rvm_path/hooks/after_use_textmate
或禁用所有挂钩:
chmod -x $rvm_path/hooks/*
有问题的“RVM”是Ruby。
问:你最近做了一些与 Ruby 相关的更新吗?
建议:rvm get stable,那么rvm use ruby
rvm get stable
rvm use ruby