[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Automatic python requires



On Tue, 29 Apr 2008 17:05:19 -0600, Orion Poplawski wrote:
> Patrice Dumas wrote:
> > Unless I am wrong, the dependency appears through the shebang.  
> 
> That could be the issue, /usr/bin/scons has:
> 
> #! /usr/bin/env python

Yea, I think I remember similar issues with /usr/bin/env perl.

Given that we are packaging for a specific distro, I think the case
could even be argued that the packager should replace all
#! /usr/bin/env <interpreter>
with
#! /usr/bin/<interpreter>
to make the distro consistent.

Cheers,
					Christian


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]