Using it is not a big deal, packaging it is
Posted Dec 11, 2008 7:07 UTC (Thu) by
khim (subscriber, #9252)
In reply to:
Python 2 & 3 on the same machine not so painful by leonov
Parent article:
Python 3 is out - now what?
While it's true that it's trivial to use pre-packaged version of python
it's not so easy to coerce python modules to play nice with few versions of
Python. Installation scripts for a lot of packages out there presume
/usr/bin/python is symplink to THE python you are using and refuse to
support anything else. Debian copes with it, but it has the whole build
infrastructure to do so: development packages will be installed removed on
"as-needed" basis and as you've pointed out there are no problems with the
built packages. Fedora have no such infrastructure: they just install
EVERYTHING on build system and go from there. To develop such
infrastructure just for python looks like an overkill to me...
(
Log in to post comments)