It is interesting: under Linux and Mac OS X running on x64 computers, Python 2.7 tells the machine is ‘x64_64′; whereas under FreeBSD, Python 2.7 tells ‘amd64′. You can try:
import platform
platform.machine()
Advertisement
It is interesting: under Linux and Mac OS X running on x64 computers, Python 2.7 tells the machine is ‘x64_64′; whereas under FreeBSD, Python 2.7 tells ‘amd64′. You can try:
import platform
platform.machine()