I must confess that I don't understand the need for SAGE64. I believe it was 
added as a workaround for breakage in the OSX toolchain. But I think the 
morally right way to check for what Sage was built with is

sage: import platform
sage: platform.architecture()
('64bit', 'ELF')

which will return what the underlying Python interpreter was built with.


-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to