How would I create a Python Distro like ActivePython?
Basically its only for linux (Centos 5) platforms. Ideally it should work like ActivePython, as in I could just untar it on a location, e.g a nfs share /path/to/python, and get my scripts to use it?
This usually is a common scenario in enterprise environments, where they dont want you to touch the standard servers builds, e.g don't install anything using RPMs / pollute the /usr/local ... etc.
Sure, I could just download & use ActivePython, but I'm more interested in the process behind creating such distros.
EDIT: This is also the main reason I can't use the EPEL Python 2.6 Packages. sigh