Il mar, 2003-08-12 alle 15:41, Derrick 'dman' Hudson ha scritto:
[snip]
> | Hmm, after reading everyone's arguments, it seems wiser to use
> | #!/usr/bin/python2.3 in order to avoid mixing with local python
> | installs.
>
> Use this in a debian package.
>
> The difference: on $RANDOM_UNIX_SYSTE
Here's my perspective on this :
On Tue, Aug 12, 2003 at 10:10:57AM +0200, Jérôme Marant wrote:
| > #!/usr/bin/env python2.3 helps programs running everywhere, i.e. they
| > will work with people that installed python in /usr/local/bin for
| > instance.
Use this if you are distributing your scrip
Quoting Jérôme Marant <[EMAIL PROTECTED]>:
> Quoting John Goerzen <[EMAIL PROTECTED]>:
>
> > Hello,
> >
> > Many Python programs use constructs like #!/usr/bin/env python2.3 to load
> > themselves. Many others use #!/usr/bin/python2.3. On most Debian
> systems,
> > these are the same.
> >
> >
Quoting John Goerzen <[EMAIL PROTECTED]>:
> Hello,
>
> Many Python programs use constructs like #!/usr/bin/env python2.3 to load
> themselves. Many others use #!/usr/bin/python2.3. On most Debian systems,
> these are the same.
>
> The submitter in #189473 claims that #!/usr/bin/env python2.3 i
On Tue, 2003-08-12 at 06:50, John Goerzen wrote:
> Hello,
>
> Many Python programs use constructs like #!/usr/bin/env python2.3 to load
> themselves. Many others use #!/usr/bin/python2.3. On most Debian systems,
> these are the same.
>
> The submitter in #189473 claims that #!/usr/bin/env pytho
John Goerzen writes:
> Hello,
>
> Many Python programs use constructs like #!/usr/bin/env python2.3 to load
> themselves. Many others use #!/usr/bin/python2.3. On most Debian systems,
> these are the same.
>
> The submitter in #189473 claims that #!/usr/bin/env python2.3 is wrong
> because he h
Hello,
Many Python programs use constructs like #!/usr/bin/env python2.3 to load
themselves. Many others use #!/usr/bin/python2.3. On most Debian systems,
these are the same.
The submitter in #189473 claims that #!/usr/bin/env python2.3 is wrong
because he has his own python2.3 on the path prio
7 matches
Mail list logo