Re: multiple python interpreters

2006-05-11 Thread Walter Ian Kaye
At 04:59p -0600 05/10/2006, Doug McNutt didst inscribe upon an electronic papyrus: At 17:25 -0400 5/10/06, Jim Correia wrote: >BBEdit actually doesn't look in ~/.MacOSX/environment.plist. It just uses the POSIX APIs to look at the environment. It doesn't care where the inherited environmen

Re: multiple python interpreters

2006-05-10 Thread Google Kreme
On 10 May 2006, at 15:01 , Andrew Jaffe wrote: The problem seems to be that BBEdit does *NOT* look at $PATH, at least as set in my .tchsrc, which indeed gives me the /usr/local/ bin/python executable from the shell. Instead, it appears to look in environment.plist for a PATH variable (even wh

Re: multiple python interpreters

2006-05-10 Thread Andrew Jaffe
Dear Jim- > The problem seems to be that BBEdit does *NOT* look at $PATH, at > least as set in my .tchsrc, which indeed gives me the /usr/local/ > bin/python executable from the shell. Instead, it appears to look > in environment.plist for a PATH variable (even when invoked with > the bbedit com

Re: multiple python interpreters

2006-05-10 Thread Doug McNutt
At 17:25 -0400 5/10/06, Jim Correia wrote: >On May 10, 2006, at 5:01 PM, Andrew Jaffe wrote: > >>The problem seems to be that BBEdit does *NOT* look at $PATH, at least as >>set in my .tcshrc, which indeed gives me the /usr/local/ bin/python >>executable from the shell. Instead, it appears to loo

Re: multiple python interpreters

2006-05-10 Thread Jim Correia
On May 10, 2006, at 5:01 PM, Andrew Jaffe wrote: The problem seems to be that BBEdit does *NOT* look at $PATH, at least as set in my .tchsrc, which indeed gives me the /usr/local/ bin/python executable from the shell. Instead, it appears to look in environment.plist for a PATH variable (even

Re: multiple python interpreters

2006-05-10 Thread Andrew Jaffe
I use it for a lot of python programming, and I've noticed that the BBEdit actually uses the wrong python interpreter: I've python 2.3 in /usr/bin/python and python 2.4 in /usr/local/bin. Is there some way I can tell it to use the latter for running and checking scripts? Yours, Andrew

Re: [BBEdit]multiple python interpreters

2006-05-10 Thread Rod Buchanan
On 5/9/06 6:30 PM, "Andrew Jaffe" <[EMAIL PROTECTED]> wrote: > I use it for a lot of python programming, and I've noticed that the > BBEdit actually uses the wrong python interpreter: I've python 2.3 > in /usr/bin/python and python 2.4 in /usr/local/bin. Is there some > way I can tell it to use t

Re: multiple python interpreters

2006-05-10 Thread Jim Correia
On May 10, 2006, at 7:59 AM, Gregory Ramsperger wrote: The other option is to do: $ sudo mv /usr/bin/python /usr/bin/python2.3 $ sudo ln -s /usr/local/bin/python /usr/bin/python to rename the old python and replace it with the new. The second line is probably not really needed, but you never

Re: multiple python interpreters

2006-05-10 Thread Gregory Ramsperger
On 5/9/06 at 8:34 PM, Jim Correia <[EMAIL PROTECTED]> wrote: > On May 9, 2006, at 7:30 PM, Andrew Jaffe wrote: > > > I've just started using BBEdit and it seems great so far. > > > > I use it for a lot of python programming, and I've noticed that the > > BBEdit actually uses the wrong python

Re: multiple python interpreters

2006-05-09 Thread Jim Correia
On May 9, 2006, at 7:30 PM, Andrew Jaffe wrote: I've just started using BBEdit and it seems great so far. I use it for a lot of python programming, and I've noticed that the BBEdit actually uses the wrong python interpreter: I've python 2.3 in /usr/bin/python and python 2.4 in /usr/local/b

Re: multiple python interpreters

2006-05-09 Thread Rich Siegel
On 5/10/06 at 12:30 AM, Andrew Jaffe <[EMAIL PROTECTED]> wrote: > I use it for a lot of python programming, and I've noticed that the > BBEdit actually uses the wrong python interpreter: I've python 2.3 in > /usr/bin/python and python 2.4 in /usr/local/bin. Is there some way I > can tell it to us

multiple python interpreters

2006-05-09 Thread Andrew Jaffe
Hi All, I've just started using BBEdit and it seems great so far. I use it for a lot of python programming, and I've noticed that the BBEdit actually uses the wrong python interpreter: I've python 2.3 in /usr/bin/python and python 2.4 in /usr/local/bin. Is there some way I can tell it to