How to distribute python? Without affecting what is installed.

Hello everyone.

First of all, excuseme my bad English.

I need to install python 2.6 on the computers that are already in production, to be able to access from Ansible.
There are some Solaris, Red-hat, Centos, etc, some with python 2.3 versions, in use.

What approach do you recommend me to not interfere with the applications already installed?

  • Install python withthe raw module.
  • Install manually from code or packages.
  • Can I distribute a python folder (somehow)?
  • Suggestiones …

Look at this site for Solaris. It installed python 2.6 and dependences to /opt/csw/.
https://www.opencsw.org/manual/for-administrators/index.html

For CentOS 5 we are looking at python26 from EPEL repository.
https://fedoraproject.org/wiki/EPEL
https://fedoramagazine.org/the-end-of-the-line-for-epel-5/