Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2010-03-06 01:27:42
Size: 437
Editor: marinell
Comment:
Revision 9 as of 2017-02-02 02:43:03
Size: 0
Editor: mrennekamp
Comment: unneeded page
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= How to determine if you have 32 or 64-bit MacOS =

Determining the type of processor on your computer is the first step in deciding if you need the 32 or 64 bit version
of Sage for MacOS. To do this on the Unix command-line, type:

/usr/sbin/system_profiler SPHardwareDataType|grep "Processor Name:"

In general, Intel processors are 64-bit; however if the processor name reports "Intel Core Duo", you have a 32-bit processor.