Re: /usr/bin/env python, force a version

2005-10-06 Thread Michael Ekstrand
On Thursday 06 October 2005 06:25, [EMAIL PROTECTED] wrote: > I hope you understand my needs. Is there a python/bash mechanism to > override the default python version of the system ... and run the > script with any version of python (but the most recent) ? > or can you explain me how to do that ?

Re: /usr/bin/env python, force a version

2005-10-06 Thread Laszlo Zsolt Nagy
Roel Schroeven wrote: >Laszlo Zsolt Nagy wrote: > > >>[EMAIL PROTECTED] wrote: >> >> >> >>>I've got a trouble, and i think that anybody there can help me >>> >>>I've got a python script which i distribute in somes packages for *nix. >>>This script is full of python and need python 2.4 ! And

Re: /usr/bin/env python, force a version

2005-10-06 Thread Roel Schroeven
Laszlo Zsolt Nagy wrote: > [EMAIL PROTECTED] wrote: > >> I've got a trouble, and i think that anybody there can help me >> >> I've got a python script which i distribute in somes packages for *nix. >> This script is full of python and need python 2.4 ! And i'd like to >> display a message when the

Re: /usr/bin/env python, force a version

2005-10-06 Thread Fredrik Lundh
"[EMAIL PROTECTED]" wrote: > I've got a trouble, and i think that anybody there can help me > > I've got a python script which i distribute in somes packages for *nix. > This script is full of python and need python 2.4 ! And i'd like to > display a message when the user doesn't have a python2.4 v

Re: /usr/bin/env python, force a version

2005-10-06 Thread Laszlo Zsolt Nagy
[EMAIL PROTECTED] wrote: >I've got a trouble, and i think that anybody there can help me > >I've got a python script which i distribute in somes packages for *nix. >This script is full of python and need python 2.4 ! And i'd like to >display a message when the user doesn't have a python2.4 version

/usr/bin/env python, force a version

2005-10-06 Thread manatlan
I've got a trouble, and i think that anybody there can help me I've got a python script which i distribute in somes packages for *nix. This script is full of python and need python 2.4 ! And i'd like to display a message when the user doesn't have a python2.4 version. if i put, at the top of the