Bug#234876: gdesklets may not use the expected python interpreter

Martin Grimme Martin Grimme <martin@pycage.de>, 234876@bugs.debian.org
Thu, 26 Feb 2004 12:36:07 +0100


Am Do, den 26.02.2004 schrieb Sylvain Thenault um 11:53:
> /usr/bin/gdesklets use "#!/usr/bin/env python" instead of
> "#!/usr/bin/pythonX.Y" where X.Y is the default python version.

#! /usr/bin/env python
is IMHO more portable than the hard-coded version
#! /usr/bin/pythonX.Y

That's why I'm the using the first variant always. If that causes
trouble on Debian systems, the Debian maintainer can change this,
of course.


Martin Grimme