[issue36010] Please provide a .zip Windows release of Python that is not crippled/for embedding only

Jeremy Kloth report at bugs.python.org
Sat Feb 16 09:59:40 EST 2019


Jeremy Kloth <jeremy.kloth+python-tracker at gmail.com> added the comment:

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".

----------
nosy: +jkloth

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36010>
_______________________________________


More information about the Python-bugs-list mailing list