I have been running python and python3 packages side by side on Fedora ever since python 3 came out. I'm sure all bigger distros have this taken care of in a similar way... I was curious so I took a look:
- Debian has 2.x as 'python' and 3.x as 'python3' - Fedora has 2.x as 'python' and 3.x as 'python3' - Ubuntu has 2.x as 'python' and 3.x as 'python3' - OpenSUSE has 2x as 'python' and 3.x as 'python3' - Arch has 2.x as 'python2' and 3.x as 'python' (!). Regards, Ales On Tuesday, September 11, 2012 4:11:57 PM UTC+2, Jonathan Lundell wrote: > > On 10 Sep 2012, at 11:32 PM, pbreit <pbreit...@gmail.com <javascript:>> > wrote: > > > > Well...for starters, web2py, fabric and pil are 2.7. So, yes, I think it > is an absolutely, insanely user-hostile decision. The python ecosystem is > not even close to ready to move to 3. And from what I can tell, 3 offers > minimal benefits. > > OTOH, it's never going to be ready to move until it gets a push. A first > step would be to be able to count on its presence. --