How upgrade Python 1.5 to 2.0 on Unix....?

Gerhard Häring gerhard.nospam at bigfoot.de
Fri Feb 16 14:43:56 EST 2001


Matthew Manderson wrote:
> 
> Hi all, I installed Python 2 on my raq3 and it works, however
> it still defaults to Python1.5? how do I fix this?
> 
> The folders are:
> 
> usr/lib/python1.5
> usr/lib/Python-2.0

I guess then "python" command executes 1.5.2. The following commands
should fix this:

rm usr/bin/python
ln -s usr/bin/python2.0 usr/bin/python

Gerhard
-- 
Sorry for the fake email, please use the real one below to reply.
contact: g e r h a r d @ b i g f o o t . d e
web:     http://highqualdev.com



More information about the Python-list mailing list