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 jkloth
Recipients et, jkloth, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-16.14:59:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550329180.63.0.602872464889.issue36010@roundup.psfhosted.org>
In-reply-to
Content
For a "tool-style" installation of Python, see the 'PCBuild\find_python.bat' script in the Python source tree, specifically the nuget section.

Ultimately, it is just:

> nuget install pythonx86 -ExcludeVersion -OutputDirectory "some\path"

which will create an installation of the latest python at "some\path\pythonx86".
History
Date User Action Args
2019-02-16 14:59:40jklothsetrecipients: + jkloth, paul.moore, tim.golden, zach.ware, steve.dower, et
2019-02-16 14:59:40jklothsetmessageid: <1550329180.63.0.602872464889.issue36010@roundup.psfhosted.org>
2019-02-16 14:59:40jklothlinkissue36010 messages
2019-02-16 14:59:40jklothcreate