|
From: | Hans Aberg |
Subject: | Re: lilypond-book is not flavor independent |
Date: | Thu, 26 Mar 2009 15:27:23 +0100 |
On 24 Mar 2009, at 21:41, Claudia wrote:
Please, replace the first line in lilypond-book: #!/usr/bin/python by #!/usr/bin/env python in order to run in all today's unix systems, including Mac OS X. Using this shebang is a great way to portability.
These two are not the same - the latter executes whatever python is first in the search-path. The former executes the system installed python.
If you make this change, make sure that error messages write out the full path of the program (as in 'which python'), as errors depending on the program are hard to catch.
Hans Aberg
[Prev in Thread] | Current Thread | [Next in Thread] |