How do I install newer python on CentOS with minimal effort?
Posted
by Sorin Sbarnea
on Server Fault
See other posts from Server Fault
or by Sorin Sbarnea
Published on 2010-03-20T12:33:27Z
Indexed on
2010/03/20
12:41 UTC
Read the original article
Hit count: 632
I would like to install Python 2.6 and mod_python on CentOS 5 (x64).
The system is delivered with old python 2.4 and I want the new one with minimal maintenance effort (compiling and having a different installation seams to be suboptimal solution).
Is there a solution for this, other than starting to recompile lots of packages? If not should I switch to Ubuntu?
Please remember that I'm talking about x64 - I found a repository on net with updated packages but it is not x64.
© Server Fault or respective owner