How to check if the installed Anaconda is 32-bit or 64-bit?

Shashank Sawant picture Shashank Sawant · Oct 29, 2014 · Viewed 40.2k times · Source

A few weeks ago, to dabble in IPython notebooks, I had downloaded and installed Anaconda from http://continuum.io/downloads. There was a problem in the installation (either because it was 32-bit or 64-bit — a detail I can't remember) which I solved but uninstalling my first attempt and installing the other version. Then I went about creating my notebooks with some practice problems.

Currently I can run ipython notebook in the command prompt and the notebooks run perfectly well. But the there's no mention of whether the system is 32-bit or 64-bit in the tree of notebooks (or in the tabs nearby).

I would usually sort such issues using the command prompt. But the commands conda --version and ipython --version just yield the respective version numbers and not the information I am looking for.

My operating system is Win7x64 but that hasn't prevented me from installing 32-bit softwares in past.

Answer

asmeurer picture asmeurer · Oct 29, 2014

conda info has this information. If you need to access it programmatically, use conda info --json.