the new version of CodeRunner now can recognition of user's PATH variables, so I edited the Run Command back to 'ruby $filename', but when I run ruby code it's still output the message. and it causes the problem in all other languages snippets output, etc the Python, ObjectiveC. Then, I try to edit my ~/.profile to add the prefixes to RVM's config. before the change:
[[ -s /Users/scriptfans/.rvm/scripts/rvm ]] && source /Users/scriptfans/.rvm/scripts/rvm after try to run the `echo $TERM` command in the Terminal, i see the output is `xterm-256color`, so i change the config to: [[ -s /Users/scriptfans/.rvm/scripts/rvm ]] && source TERM=xterm-256color /Users/scriptfans/.rvm/scripts/rvm and all's right with the world. But is that correct? will have any side effects? I'm not sure. I think this is a RVM's bug, because the old version is no problem. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

