On Jul 29, 2007, at 11:56 PM, Kenneth McDonald wrote:
When I'm editing a Ruby file and I hit command-R to run the file, I get a pop up window called 'Run' indicating problems.
It looks like your home directory is not in the environment variable $HOME. If you enter the following into a TextMate document and press control-R on the line you entered it on, does it insert a blank line?
echo $HOME
James Edward Gray II