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 Active 
> Python 2.0?

You have to manually put ActivePython on your path before your older python
1.5.2. Python 1.5.2 is probably on your path in /usr/bin/python or
/usr/local/bin/python. ActivePython 2.0 installs into
/usr/local/ActivePython-2.0 so you have to put
"/usr/local/ActivePython-2.0/bin" in the front of your path.

If you use the BASH shell then you can do this by putting this line in your
~/.bashrc file:

  export PATH=/usr/local/ActivePython-2.0/bin:$PATH


Cheers,
Trent


-- 
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to