I have to deploy a Django project on Red hat enterprise linux 5, the project has been developed on Python 2.5 but the server environment has Python 2.4 which is causing some issues. I googled a lot over internet to get the Python 2.5 built rpm for the server but there are only src rpm available for the mentioned Linux versi开发者_如何学运维on.
I have not been allowed to compile and use the src rpm due to some system administration issues.
Is there any Linux version which is easily available and has python 2.5 as default? or any link to the python 2.5 built rpm.
Please suggest. thanks in advance.
I would recommend ActivePython, it's pretty brain dead easy to install and it works pretty well with redhat in my experience.
Install the python package from http://iuscommunity.org/
This would help you with finding a linux distro with specifications
DistroWatch
Specifically Ubuntu 8.10 "intrepid" would fit if another distro absolutely has to be the solution.
This is a site that specificly talks about the issues you are having and a given work around
updating python on rhelc entos
This site keeps a list of updates for rhel
iuscommunity
精彩评论