distutils linux script installation broken?

Albert Hofkamp hat at se-126.se.wtb.tue.nl
Wed Jan 12 07:36:57 EST 2005


On Wed, 12 Jan 2005 10:09:03 +0000, Cory Davis <cdavisNOSP at NOSPstaffmail.ed.ac.uk> wrote:
> command has been behaving badly.  In the part where it is supposed to 
> adjust the first line of the script it now produces
> 
> #!None
> 
> instead of
> 
> #!/whereverpythonis/python
> 
> Has anyone else encountered this?

I haven't (as I am not using 2.4 :-) )

However, there is an easy way around this, just use

#!/usr/bin env python

instead.


Albert
-- 
Unlike popular belief, the .doc format is not an open publically available format.



More information about the Python-list mailing list