Am I running 32 og 64 bit Python on my Mac?

Use the following code

import struct
print(struct.calcsize("P") * 8,"bit version")

Output:

64 bit version

Comments

Popular posts from this blog

Installing Microsoft ODBC Driver to connect to SQL from Python on Mac OS X

Connection to MSSQL with Pythonan and pyodbc (on Mac OS X)

Installing PyCharm on Mac