문제

On OS X, after installing Ruby 1.9.3 and Rails 4.0.0 via RVM, I get this annoying message every time I open a new terminal window:

Unknown ruby interpreter version (do not know how to handle): textmate.
Could not load ruby textmate.

The message is in bright red, so it worries me. What can I do to fix it/get rid of it?

Thanks!

EDIT: As it turns out, the message stopped showing, but I can't recall what I did to make it stop.

도움이 되었습니까?

해결책

check rvm alias list default or if you have any textmate references in your shell initialization files (~/.bash_profile, ~/.bashrc or similar file)

다른 팁

If you still can't find it, don't forget to look in:

/etc/profile

/etc/profile.d/*

This happened to me on a new server recently and it ended up being an rvm.sh file in the /etc/profile.d/ directory. Easy to miss!

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