django-crash-course icon indicating copy to clipboard operation
django-crash-course copied to clipboard

64bit vs 32bit

Open moluwole opened this issue 5 years ago • 4 comments

One of the instructions to install Conda on Windows involves choosing 64 bit version to download. This would not work on a 32 bit Windows Operating System.

The solution is for the user's to check if their Operating System is either 32 or 64 bit by going through the following steps:

  • Press and hold the Windows Key and the Pause key.
  • In the System window, next to System type it will list 32-bit Operating System for a 32-bit version of Windows, and 64-bit Operating System if he/she is running the 64-bit version

moluwole avatar Feb 03 '20 19:02 moluwole

Do people use 32-bit operating systems frequently? I thought 32-bit was really out of date. Let me know if that's not true.

pydanny avatar Feb 05 '20 00:02 pydanny

Some individuals here in Nigeria still use 32-bit Windows 😆

moluwole avatar Feb 23 '20 12:02 moluwole

Hm... okay. @moluwole and @luzfcb, is there a beginner friendly way to instruct on how to detect 32bit vs 64 bit on windows?

pydanny avatar Mar 02 '20 16:03 pydanny

Hm... okay. @ moluwole and @ luzfcb, is there a beginner friendly way to instruct on how to detect 32bit vs 64 bit on windows?

The simplest way I know, and it works since Windows Vista is to open the Windows System Properties using:

The keyboard shortcut: Windows Key + Pause

Or open the CMD.exe and run control system

Or press Windows + R and run control system

and look on System Type section, like:

(Images from google):

Windows Vista 32 Bits image

Windows 7 32 Bits:

image

Windows 10 64 bits.

image

luzfcb avatar Mar 02 '20 16:03 luzfcb