Dual Python Installed Environments..

sam bedouglas at earthlink.net
Thu Oct 25 18:06:28 EDT 2007


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)

Thanks


-----Original Message-----
From: python-list-bounces+bedouglas=earthlink.net at python.org
[mailto:python-list-bounces+bedouglas=earthlink.net at python.org]On Behalf
Of Diez B. Roggisch
Sent: Thursday, October 25, 2007 2:48 PM
To: python-list at 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, 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 determine which
> version to use???

under unix - simple as this:

#!/usr/bin/env python<version>

Under Windows... well, I don't use that.

Diez
--
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list