在终端中输入:
% python3
>>> import struct
>>> print(struct.calcsize("P")*8)
64
>>> exit()
第4行的输出结果就是答案:
- 64:64位Python
- 32:32位Python
Reference
- Detecting if Python is running as a 64-bit application – Agile & Innovation
- macos - How do I determine if my python shell is executing in 32bit or 64bit? - Stack Overflow
/ 写在最后 – 我热爱技术、热爱开源。我也相信开源能使技术变得更好、共享能使知识传播得更远。但是开源并不意味着某些商业机构/个体可以为了自身的利益而一味地索取,甚至直接剽窃大家曾为之辛勤付出的知识成果,所以本文未经允许,不得转载,谢谢。/