Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is the Python 3 Windows AMD64/EM64T/x64 installer a ".amd64" file?

Tags:

python-3.x

So I noticed the main download button for Python 3 downloads an executable that runs a wizard that is titled "Python 3 (32 Bit)" so I figured "ahh that's fine I'll just run 32 bit Python on my 64 bit OS" but out of curiosity I stopped the install and went back to the site to find "Windows x86-64 executable installer Windows for AMD64/EM64T/x64 4c9fd65b437ad393532e57f15ce832bc 26260496" and it downloads as "python-3.7.1-amd64.exe"I was just wondering what the heck is going on?

Why is the Python 3 Windows AMD64/EM64T/x64 installer a ".amd64" file?

like image 515
Norman Sabin Jr. Avatar asked Oct 23 '25 06:10

Norman Sabin Jr.


1 Answers

".amd64" is a file extension for 64 bit binaries. While ".exe" is more common, the Python 3 64-bit installer is probably labeled ".amd64" to specify that it is meant to be run on 64-bit machines.

like image 185
vikk Avatar answered Oct 27 '25 05:10

vikk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!