I have to write a note to myself b/c I keep forgetting.
When running ruby in cygwin (assuming ruby is installed using the windows installer), don't do:
#!/usr/bin/ruby
instead ruby to the path (using the installer or by hand) and then in the ruby script put:
#!/usr/bin/env ruby
No comments:
Post a Comment