在终端中输入:

  1. % python3
  2. >>> import struct
  3. >>> print(struct.calcsize("P")*8)
  4. 64
  5. >>> exit()

第4行的输出结果就是答案:

  • 64:64位Python
  • 32:32位Python

Reference

  1. Detecting if Python is running as a 64-bit application – Agile & Innovation
  2. macos - How do I determine if my python shell is executing in 32bit or 64bit? - Stack Overflow

/ 写在最后 – 我热爱技术、热爱开源。我也相信开源能使技术变得更好、共享能使知识传播得更远。但是开源并不意味着某些商业机构/个体可以为了自身的利益而一味地索取,甚至直接剽窃大家曾为之辛勤付出的知识成果,所以本文未经允许,不得转载,谢谢/