Re: /usr/bin/env python

2012-12-16 Thread Lawrence Velázquez
On Dec 16, 2012, at 11:06 PM, Craig Treleaven wrote: > I was just curious why a lot of the Python scripts I've run across use the > env trick. Sounds like it was a workaround as the path to the python > executable was unpredictable on some systems. A couple of possibilities come to mind. (A

Re: /usr/bin/env python

2012-12-16 Thread Craig Treleaven
At 9:41 PM -0600 12/16/12, Ryan Schmidt wrote: On Dec 16, 2012, at 14:49, Craig Treleaven wrote: At 12:10 AM +1100 12/17/12, Joshua Root wrote: On 2012-12-16 19:46 , vincent habchi wrote: Some scripts of a port I'm trying to set up use #!/usr/bin/env python, which seem to always point to Ap

Re: More formal definition of minor changes

2012-12-16 Thread Ryan Schmidt
On Dec 16, 2012, at 10:45, Joshua Root wrote: > On 2012-12-17 01:34 , Andrea D'Amore wrote: >> On a slightly different topic: what about the default openmaintainership? > > Seems like very little benefit for the effort; it's just switching the > encoding but conveying the same information. It's

Re: /usr/bin/env python

2012-12-16 Thread Ryan Schmidt
On Dec 16, 2012, at 14:49, Craig Treleaven wrote: > At 12:10 AM +1100 12/17/12, Joshua Root wrote: >> On 2012-12-16 19:46 , vincent habchi wrote: >>> Some scripts of a port I'm trying to set up use #!/usr/bin/env python, >>> which seem to always point to Apple's python. Which environment variable

Re: /usr/bin/env python

2012-12-16 Thread Joshua Root
On 2012-12-17 07:49 , Craig Treleaven wrote: > At 12:10 AM +1100 12/17/12, Joshua Root wrote: >> On 2012-12-16 19:46 , vincent habchi wrote: >>> Folks, >>> >>> Some scripts of a port I'm trying to set up use #!/usr/bin/env >>> python, which seem to always point to Apple's python. Which >>> enviro

Re: /usr/bin/env python

2012-12-16 Thread Craig Treleaven
At 12:10 AM +1100 12/17/12, Joshua Root wrote: On 2012-12-16 19:46 , vincent habchi wrote: Folks, Some scripts of a port I'm trying to set up use #!/usr/bin/env python, which seem to always point to Apple's python. Which environment variable have I to change so that 'env' will return a Mac

Re: /usr/bin/env python

2012-12-16 Thread Vincent Habchi
Josh, >> Some scripts of a port I’m trying to set up use #!/usr/bin/env python, which >> seem to always point to Apple’s python. Which environment variable have I to >> change so that ‘env’ will return a MacPorts python instead? > The reason /usr/bin/env is used in the shebang line here is that

Fwd: [99297] trunk/dports/science/mpich2/Portfile

2012-12-16 Thread Jeremy Huddleston Sequoia
What's the radar number for this clang bug? Begin forwarded message: > From: ebori...@macports.org > Subject: [99297] trunk/dports/science/mpich2/Portfile > Date: October 31, 2012 9:28:19 AM PDT > To: macports-chan...@lists.macosforge.org > Reply-To: macports-dev@lists.macosforge.org, ebori...@ma

Re: More formal definition of minor changes

2012-12-16 Thread Joshua Root
On 2012-12-17 01:34 , Andrea D'Amore wrote: > On a slightly different topic: what about the default openmaintainership? Seems like very little benefit for the effort; it's just switching the encoding but conveying the same information. - Josh ___ macpor

Re: More formal definition of minor changes

2012-12-16 Thread Andrea D'Amore
On Sun, Dec 16, 2012 at 2:48 PM, Joshua Root wrote: > That discussion is about critical fixes that don't have to wait for > maintainer timeout, not minor changes. But yeah, the guide was never > changed, and should be. I really don't think it's useful to individually > enumerate all the kinds of

Re: More formal definition of minor changes

2012-12-16 Thread Joshua Root
On 2012-12-16 20:51 , Andrea D'Amore wrote: > I hit "send" by error. > > On Sun, Dec 16, 2012 at 10:38 AM, Andrea D'Amore > wrote: >> We should add a more explicit definition of what a "minor change" is >> to both the non-maintainer update policy section in the Guide and to >> the NewCommittersGu

Re: /usr/bin/env python

2012-12-16 Thread Joshua Root
On 2012-12-16 19:46 , vincent habchi wrote: > Folks, > > Some scripts of a port I’m trying to set up use #!/usr/bin/env python, which > seem to always point to Apple’s python. Which environment variable have I to > change so that ‘env’ will return a MacPorts python instead? There is no environm

Re: More formal definition of minor changes

2012-12-16 Thread Andrea D'Amore
I hit "send" by error. On Sun, Dec 16, 2012 at 10:38 AM, Andrea D'Amore wrote: > We should add a more explicit definition of what a "minor change" is > to both the non-maintainer update policy section in the Guide and to > the NewCommittersGuide page on wiki. > > I remember what a minor change is

More formal definition of minor changes

2012-12-16 Thread Andrea D'Amore
We should add a more explicit definition of what a "minor change" is to both the non-maintainer update policy section in the Guide and to the NewCommittersGuide page on wiki. I remember what a minor change is topic has been discussed but I couldn't find it on the mailing list archive, possibly it

/usr/bin/env python

2012-12-16 Thread vincent habchi
Folks, Some scripts of a port I’m trying to set up use #!/usr/bin/env python, which seem to always point to Apple’s python. Which environment variable have I to change so that ‘env’ will return a MacPorts python instead? Thanks, Vincent ___ macports-