This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jftuga
Recipients jftuga
Date 2016-10-18.07:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476776183.18.0.489973027211.issue28467@psf.upfronthosting.co.za>
In-reply-to
Content
The python-3.6.0b2-amd64.exe binary installs the 64-bit version of python, but the binary itself is only 32-bit.  I would like this to be a 64-bit binary so that Python can easily be installed on Windows Server 2016 Nano Server.  Since this OS version will only execute 64-bit binaries, Python can not be installed even with the /quiet option.

Ideally, I would like to be able to install Python with this command:

python-3.6.0b2-amd64.exe /quiet targetdir=C:\Python36
History
Date User Action Args
2016-10-18 07:36:23jftugasetrecipients: + jftuga
2016-10-18 07:36:23jftugasetmessageid: <1476776183.18.0.489973027211.issue28467@psf.upfronthosting.co.za>
2016-10-18 07:36:23jftugalinkissue28467 messages
2016-10-18 07:36:22jftugacreate