I've heard ubuntu 9.4 will but it's still in alpha. Are there any stable distros that come with python 2.6 or at least don't depend on it so much so reinstalling python won't break anything?
closed as too localized by Piotr Dobrogost, Ben, Jon Lin, Eitan T, RichardTheKiwi Oct 28 '12 at 3:38
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
Arch Linux - http://www.archlinux.org/ |
|||
|
|
You can install python 2.6 in Ubuntu 8.10 just fine.
Then just run python with:
If you want to use it in a shebang line, just use:
Your scripts will still work when Jaunty 9.04 is around with native python2.6. |
|||
|
Distrowatch will prob be your best place to look it has lots of details comparing different distros. Karl |
|||
|
|
|
For what it's worth, Python 2.6 is available in the Portage tree for Gentoo, but it's hardmasked (that doesn't really count as stable) because apparently there are some programs that don't work with it. My guess is that if you had Gentoo, you could install Python 2.6 and get it to work, but it might not be smart to make it the default version (i.e. you'd want to keep Python 2.5 around as well). |
|||||||||||
|
|
Python 2.6.5 is available in Fedora Rawhide, but Rawhide is the development branch, so that probably doesn't fit your description of "stable" (despite being remarkably stable). It doesn't seem to have made it into Fedora 10 yet, and I don't know if it will or not. It will be in Fedora 11 for sure -- you can get a prerelease of it already, which should be more stable than Rawhide. Alternately, you should be able to grab the package from the prerelease or Rawhide and install it under Fedora 10 without issue, I think. |
|||
|