[Gmod-help] Re: [Gmod-gbrowse] /usr/bin/perl hard-coded?
Robert Citek
robert.citek at gmail.com
Tue Jul 14 16:25:33 EDT 2009
An alternative to symlinks is to use /usr/bin/env. That is, modify
the #! of the script from this:
#!/usr/bin/perl
to this:
#!/usr/bin/env perl
The advantage being that you can then adjust your PATH environment to
the perl you wish to use, which is especially useful if you have
multiple versions or configurations of perl installed on the same
system.
Regards,
- Robert
On Tue, Jul 14, 2009 at 1:57 PM, Dave Clements, GMOD Help
Desk<gmodhelp at googlemail.com> wrote:
> The common wisdom on the web is to make one be a sym lnk to the other.
More information about the Gmod-help
mailing list