Re: Running Multiple Versions

2008-01-15 Thread Moises Alberto Lindo Gutarra
that is correct, you can work several version of python in same machine. When you execute some script you only need redirect %PATH% and %PYTHONPATH% 2008/1/15, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi, > > We are windows shop with some unix servers as well. We run 2.4.1 and > want to begin migr

Re: Running multiple versions of Python on the same host..

2006-07-10 Thread olsongt
Cowmix wrote: > For my day job I am forced to run RHEL3 (and Centos3 on my desktop). I > want to be able to use a few applications that require Python 2.4.X but > RHEL3 ships with Python 2.2.3. I have tried to install and upgrade > Python 2.4.X many ways like using PyVault and doing a source based

Re: Running multiple versions of Python on the same host..

2006-07-10 Thread jeff . pitman
Cowmix wrote: > For my day job I am forced to run RHEL3 (and Centos3 on my desktop). I > want to be able to use a few applications that require Python 2.4.X but > RHEL3 ships with Python 2.2.3. I have tried to install and upgrade > Python 2.4.X many ways like using PyVault and doing a source based

Re: Running multiple versions of Python on the same host..

2006-07-10 Thread Lawrence D'Oliveiro
In article <[EMAIL PROTECTED]>, "Cowmix" <[EMAIL PROTECTED]> wrote: >What is the best way to run multiple version of Python on the same >system? You could use chroot. Ask if you want more details. -- http://mail.python.org/mailman/listinfo/python-list