I just did a Mountain Lion clean install and had to reinstall TextMate (Version 1.5.11 (1635)). <br><br>Interactive keyboard input for Ruby didn't work, but I remembered a trick (/applications/textmate.app/Contents/SharedSupport/Support/lib marcc$ svn export <a href="http://svn.textmate.org/trunk/Support/lib/tm_interactive_input.dylib@11735">http://svn.textmate.org/trunk/Support/lib/tm_interactive_input.dylib@11735</a>). This helped to work around this problem.<br>
<br>Using this workaround, when I run my Ruby app within TM, keyboard input does work but I get a strange line in red the interactive window:<br><br>What is your name?<br><br>dyld: DYLD_ environment variables being ignored because main executable (/bin/ps) is setuid or setgid<br>
<br>marc<br>Hello marc. How are you? <br><br>The line I'm questioning is: <br>dyld: DYLD_ environment variables being ignored because main executable (/bin/ps) is setuid or setgid (not sure what it means)<br><br>Is there a way I can get rid of that line (some workaround?) -- What am I doing wrong?<br>
<br>Thanks in advance.<br>