python 2.7
is sage compatible with python 2.7.x or only 2.6.x?
is sage compatible with python 2.7.x or only 2.6.x?
"Compatible" might be the wrong word, because Sage uses its own Python.
Currently, as of Sage 4.8, the internal Python version is 2.6.4. However, this should change (assuming everything works out!) in Sage 5.0, which is currently in beta. 5.0 should have Python 2.7.2, and you can verify this at test.sagenb.org, if you like-- log in and run "import sys; print sys.version".
It'll be nice to have dict comprehensions and collections.Counter..
DSM's answer is the best. However, just in case this is what you are asking, some people do use Sage with system components, including Python, with things like Sage on Gentoo and the related lmonade. There also used to be a Debian version.
Huh! I guess I never knew those used system Python too.
Oh my goodness! Maybe they don't? I couldn't imagine why they wouldn't, given that everyone has Python... this never even occurred to me.
Asked: 13 years ago
Seen: 914 times
Last updated: Feb 23 '12