On Wed, Jan 04, 2006 at 02:19:44PM +1100, Ben Donohue wrote:
> I installed version 2.3.5 from source and it seems to be in and working 
> but using rpm -e python-2.3.4 gives tons of failed dependencies errors
> Is there a way to replace the 2.3.4 version with 2.3.5?
> doing a python -V shows Python 2.3.4
> 
> In short how do I completely remove version 2.3.4 and have only 2.3.5?

Don't - it will break your system and make it unmaintainable. You're
better off installing python 2.3.5 in a different directory (under
/usr/local, for example) and then adjusting your path so that the newer
version is used by default.

If you've installed python 2.3.5 over the top of your system's default
2.3.4 installation, then you'd be best to go and download the 2.3.4 rpm
again and reinstall it (rpm --force --nodeps -U python-2.3.4...).

Cheers,

Paul.

-- 
Paul Dwerryhouse                                | PGP Key ID: 0x6B91B584
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to