Python is designed to work well with multiple instances, so it shouldn't be hard to do.
Basically, just compile it from source and install into different prefixes, then setup appropriate symlinks pointing to the different versions in /usr/local/bin or wherever
And make sure you dont have any PYTHON* environment variables
|