![]() |
Installing Python 2.7.2 and python-devel on CentOS 5.7
I have installed Python 2.7.2 on my CentOS 5.7 box, but can't locate the python-devel for it. I have attempted to do it via Yum, but it wants to install python-devel 2.4 and not 2.7. I have been trying to locate the python-devel or the source to build from. Can anyone point me down the correct rabbit hole?
Thanks, Iry |
DO NOT DO NOT replace python 2.4 with 2.7
you CAN install 2.7 along side 2.4 but yum and gnome REQUIRE REQUIRE the 2.4 version that is in the update repo !!! Quote:
a source build in its own folder something like /usr/lib64/python27 or /usr/opt/python27 having 27 installed ALONGSIDE 24 is fine you just have to inform the software that needs 27 just where it is but if you just ran ./configure && make then you replaced the REQUIRED 2.4 ( not good ) if you DID replace 24with 27 REINSTALL 24 rpm before you reboot !!!!!!!!!!!!! so EXACTLY what did you do to "install" 27 ? |
| All times are GMT -5. The time now is 03:40 PM. |