문제

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?

도움이 되었습니까?

해결책

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/*

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top