How to Install Python 2.6 on Fedora 8?
Posted
by Apreche
on Server Fault
See other posts from Server Fault
or by Apreche
Published on 2010-06-09T17:42:17Z
Indexed on
2010/06/09
17:53 UTC
Read the original article
Hit count: 392
I don't want to use Fedora 8. I would be very happy to use the newest version, but there is no choice. My problem is that 8 comes with python 2.5. I am trying to upgrade it to 2.6, but with no luck.
The only caveat is that I don't want to just install directly from source. I want to do it through the package manager using an rpm. I have tried building my own rpm from source using rpmbuild. I have tried using src rpms from newer versions of Fedora. I've tried these CentOS instructions. Nothing seems to actually result in an rpm file that installs successfully.
I have also tried extensive Google searching, and have been unsurprisingly unable to find any rpms that work, or working instructions to build my own rpm.
© Server Fault or respective owner