From: Peter Bailey Date: 2013-02-06T23:31:00+09:00 Subject: Ruby 1.9.3-p362 on Mac OSX Hi, I've installed the latest Ruby on my Mac using Homebrew. When I type "which Ruby" I get this: /Users/peterbailey/.rvm/rubies/ruby-1.9.3-p362/bin/ruby But, I can't use that as a shebang in my Ruby scripts. Can someone tell me what I should use as a shebang in my Ruby scripts? None of these work. #!/usr/bin/env ruby #!/usr/bin/ruby #!/usr/local/bin/ruby Thanks, Peter -- Posted via http://www.ruby-forum.com/.