Re: starting Active Python 2.0 in Linux

2001-01-04 Thread Paul Prescod
ActivePython does not install itself as the default Python because there are system-level tools that may depend on Python 1.5.2 idiosyncracies (including fixed bugs). You can invoke ActivePython like this: $ /usr/local/ActivePython-2.0/bin/python ActivePython 2.0, build 202 (ActiveState Tool Corp

Re: starting Active Python 2.0 in Linux

2001-01-04 Thread Trent Mick
On Thu, Jan 04, 2001 at 02:33:29PM -0500, Richard Storey wrote: > I just installed Active Python 2.0 by rpm on Linux (Mandrake). Cannot figure > how to start it. I do have python installed from the Linux distro so Python > 1.5.2 #1 boots when I enter "python" from terminal. How to start Activ

starting Active Python 2.0 in Linux

2001-01-04 Thread Richard Storey
I just installed Active Python 2.0 by rpm on Linux (Mandrake). Cannot figure how to start it. I do have python installed from the Linux distro so Python 1.5.2 #1 boots when I enter "python" from terminal. How to start Active Python 2.0? Thanks. _