Dual Python Installed Environments..

Diez B. Roggisch deets at nospam.web.de
Thu Oct 25 17:47:44 EDT 2007


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



More information about the Python-list mailing list