I think you've made my point for me, which was that installing a second
version is significantly more complex than just installing the default
version.
I'm aware that some distros create 'python3' packages, but that's really a
hack rather than a general solution - why isn't it possible to pull a newer
version of Python from a later version of the distro (e.g. Ubuntu 9.10 while
using an earlier version of Ubuntu), and cleanly install it with
dependencies, maybe in a dynamically created chroot or simply a new directory
prefix.
Multiple versions of the same package installed at same time
Posted Nov 14, 2009 17:35 UTC (Sat) by man_ls (subscriber, #15091)
[Link]
It is better this way, I think. I don't want a second set of the same libraries lying around; if I did I would do the chroot myself. It does not look like a hack to me, at least on Debian.