Re: Dual Python Installed Environments..

2007-10-26 Thread Neil Wallace
On Thu, 25 Oct 2007 14:45:51 -0700, sam wrote: > Hi.. > > I'm looking to install dual versions of python 2.3, 2.4 on the same box. > I'm trying to figure out if there's something I'm missing, some kind of > gotchas that I haven't seen. > > I'm also trying to figure out how to allow my script to

Re: Dual Python Installed Environments..

2007-10-25 Thread algotother
Gaia dhuit, On Oct 25, 10:45 pm, "sam" <[EMAIL PROTECTED]> dropped 2 cents into the slot and wrote: > Hi.. Well, hello > > I'm looking to install dual versions of python 2.3, 2.4 on the same box. I'm > trying to figure out if there's something I'm missing, some kind of gotchas > that I haven't s

Re: Dual Python Installed Environments..

2007-10-25 Thread Yu-Xi Lim
sam wrote: > Hey Diez... > > So you're saying it's as simple as creating an env var, and setting it to > the python version... > > ok.. (and yeah, we're talking fedora) > No, env doesn't create an environment variable. It creates a modified environment. The goal here is to have the proper PATH

RE: Dual Python Installed Environments..

2007-10-25 Thread sam
ober 25, 2007 2:48 PM To: python-list@python.org Subject: Re: Dual Python Installed Environments.. sam schrieb: > Hi.. > > I'm looking to install dual versions of python 2.3, 2.4 on the same box. I'm > trying to figure out if there's something I'm missing, so

Re: Dual Python Installed Environments..

2007-10-25 Thread Diez B. Roggisch
sam schrieb: > Hi.. > > I'm looking to install dual versions of python 2.3, 2.4 on the same box. I'm > trying to figure out if there's something I'm missing, some kind of gotchas > that I haven't seen. THey shouldn't affect each other. > I'm also trying to figure out how to allow my script to de