Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not load ruby textmate?

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.

like image 917
m81 Avatar asked Nov 23 '25 17:11

m81


1 Answers

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

like image 81
mpapis Avatar answered Nov 25 '25 05:11

mpapis