26 Jul
2001
26 Jul
'01
5:18 p.m.
On 26 Jul 2001 18:59:00 +0800, Bak @ kedai wrote:
I think from my experience with RedHat, the important thing is NOT to overwrite the python152 install. If you follow the python2.1 install instructions, do your make, and then make ALTINSTALL it does not replace
the
symlink and so typing python starts python152, so all the scripts under RedHat still work :-) See the bottom of the install text in the doc directory.
what i did:- -get the src rpm from python.org
rpm --rebuild <src.rpm> Will save you som esteps, and when finished, does not leave the src rpm contents lying around your filesystem taking up extra space. :) Bill