|
From: Kevin A. <al...@se...> - 2001-09-01 04:17:49
|
Also, if we do distutils will that allow us to automatically set the execute
bit ('chmod +x scriptfile') on all the samples?
ka
> -----Original Message-----
> From: pyt...@li...
> [mailto:pyt...@li...]On Behalf Of Kevin
> Altis
> Sent: Friday, August 31, 2001 9:00 PM
> To: pythoncard-Users
> Subject: [Pythoncard-users] Unix Python path
>
>
> Right now, all our samples have:
> #!/usr/bin/python
>
> should we change them to:
>
> #!/usr/bin/env python
>
> It looks like the latter is preferred.
|