Hi there,
I'm currently toying with python at home and I'm planning to switch to python 3.1. The fact is that I have some script that use python 2.6 and I can't convert them since they use some module that aren't available for python 3.1 atm. So I'm considering installing python 3.1 along my python 2.6. I only found people on internet that achieve that by compiling python from source and use make altinstall
instead of the classic make install
. Anyway, I think compiling from source is a bit complicated. I thought running two different version of a program is easy on linux (I run fedora 11 for the record). Any hint?
Thanks for reading.