Automatic python requires

Christian Iseli Christian.Iseli at unil.ch
Wed Apr 30 07:03:05 UTC 2008


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




More information about the fedora-devel-list mailing list