Install python 2.6 in CentOS

Posted by tehryan on Stack Overflow See other posts from Stack Overflow or by tehryan
Published on 2009-09-23T09:53:04Z Indexed on 2010/05/06 9:38 UTC
Read the original article Hit count: 112

Filed under:
|

I have a shell that runs CentOS For a project I'm doing I need python 2.5+ but centOS is pretty dependent on 2.4 From what I've read a number of things will break if you upgrade to 2.5 I wan't to install 2.5 separately from 2.4 but I'm not sure how to do it. So far I've downloaded the source tarball, untarred it and did a ./configure --prefix=/opt which is where I want it to end up. can I now just make, make install ? or is there more?

© Stack Overflow or respective owner

Related posts about python

Related posts about centos