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 steve.dower
Recipients Andi Bergmeier, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-02-09.17:17:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486660670.99.0.0996760115543.issue29503@psf.upfronthosting.co.za>
In-reply-to
Content
You can also use the nuget packages (search on nuget.org for Python). These are intended to be used is scripted standalone setups, such as CI systems. I've been using them as part of most of my build systems recently. They support distutils and pip (not venv in the current version, but that's coming).

You can directly download the nuget.exe tool from https://aka.ms/nugetclidl (e.g. as part of a script).
History
Date User Action Args
2017-02-09 17:17:51steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, r.david.murray, zach.ware, Andi Bergmeier
2017-02-09 17:17:50steve.dowersetmessageid: <1486660670.99.0.0996760115543.issue29503@psf.upfronthosting.co.za>
2017-02-09 17:17:50steve.dowerlinkissue29503 messages
2017-02-09 17:17:50steve.dowercreate