Question

Every time I open a terminal, this message appears before login:

Saving wrappers to '/Users/USER/.rvm/bin'........

This just recently started, and may be related to me changing permissions on .rvm or its subdirectories. I use zsh and oh-my-zsh and am on OSX 10.8.3

Anybody know what causes this and how to get rid of it?

Was it helpful?

Solution

you might have activated the after_use_textmate hook, you can disable it with:

chmod -x $rvm_path/hooks/after_use_textmate

or disable all hooks with:

chmod -x $rvm_path/hooks/*

OTHER TIPS

The "RVM" in question is Ruby.

Q: Have you done some kind of Ruby-related update recently?

SUGGESTION: rvm get stable, then rvm use ruby

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top