Re: [Pythonmac-SIG] Python 3.4.2 as default version

2014-11-26 Thread Ned Deily
In article , Jonathan Lundell wrote: > > On 26 Nov 2014, at 2:00 PM, Chris Barker wrote: > > > > On Wed, Nov 26, 2014 at 12:13 PM, Scott Clausen > > wrote: > > I've been searching the sites to find out how to set the latest version of > > Python, 3.4.2, as the de

Re: [Pythonmac-SIG] Python 3.4.2 as default version

2014-11-26 Thread Scott Clausen
John, Sorry for that omission. I'm on Yosemite on a 2009 iMac. Scott Sent from my iPhone > On Nov 26, 2014, at 13:29, John Lewis wrote: > > What OS are you using? > >> On Wed, 26 Nov 2014, Scott Clausen wrote: >> >> I’ve been searching the sites to find out how to set the latest version >>

Re: [Pythonmac-SIG] Python 3.4.2 as default version

2014-11-26 Thread Jonathan Lundell
> On 26 Nov 2014, at 2:00 PM, Chris Barker wrote: > > On Wed, Nov 26, 2014 at 12:13 PM, Scott Clausen > wrote: > I’ve been searching the sites to find out how to set the latest version of > Python, 3.4.2, as the default version. So far I’ve not been able to do so. >

Re: [Pythonmac-SIG] Python 3.4.2 as default version

2014-11-26 Thread Chris Barker
On Wed, Nov 26, 2014 at 12:13 PM, Scott Clausen wrote: > I’ve been searching the sites to find out how to set the latest version of > Python, 3.4.2, as the default version. So far I’ve not been able to do so. > you put it first on your PATH in .bash_profile If you installed from the dmg on pyth

[Pythonmac-SIG] Python 3.4.2 as default version

2014-11-26 Thread Scott Clausen
I’ve been searching the sites to find out how to set the latest version of Python, 3.4.2, as the default version. So far I’ve not been able to do so. I know I can use Idle to utilize the 3.4.2 version but I prefer to use a different editor. I’m not sure if I can do this with a script or plist so