I have a ruby script, which declare the ruby path in the first line
#! /usr/bin/ruby
But, I need it to be run in different system. And the path of Ruby are different in different system. How to handle this issue?
|
|
|
In unix systems you can get away with
This has the effect of using the |
|||||||
|