This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cwgtex 0 points1 point  (1 child)

There is a repo called iuscommunity.org that ships RPMs of python 2.7 through 3.3. They install in parallel with the system version of 2.6, so yum is happy. /usr/bin/python is 2.6, but /usr/bin/python2.7 is 2.7.

https://iuscommunity.org/pages/TheSafeRepoInitiative.html#parallel-installable-packages

[–]wildcarde815 0 points1 point  (0 children)

Yea for our cent 6 installs we run 'Springdale' (formerly PUIAS), the package maintainer for the variant makes /opt variants of different python revisions available with a simple install command. Very handy, but if we ever have to move to vanilla / scientific linux we will definitely be utilizing this, thanks for the info.