[Tutor] Running Two Versions of Python on the Same PC

Kent Johnson kent37 at tds.net
Sat Oct 11 16:21:03 CEST 2008


On Sat, Oct 11, 2008 at 8:52 AM, Wayne Watson
<sierra_mtnview at sbcglobal.net> wrote:
> Is it possible to do as in Subject on Win XP? Say, 2.4 and 2.5.

Yes, different 2.x versions of Python will peacefully coexist.
virtualenv is useful for setting up separate working environments but
it is not needed if you just want to have multiple Python installs.

Kent


More information about the Tutor mailing list