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 Tiger-222, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-06-20.22:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529533885.21.0.56676864532.issue33903@psf.upfronthosting.co.za>
In-reply-to
Content
This is by design. If you want to install packages into a directory that includes the embeddable zip, you'll need either the matching full install of Python or the Nuget package and use the "--target" argument to pip to put the packages in your directory.

See https://docs.python.org/3/using/windows.html#embedded-distribution for more information about using this package.
History
Date User Action Args
2018-06-20 22:31:25steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Tiger-222
2018-06-20 22:31:25steve.dowersetmessageid: <1529533885.21.0.56676864532.issue33903@psf.upfronthosting.co.za>
2018-06-20 22:31:25steve.dowerlinkissue33903 messages
2018-06-20 22:31:25steve.dowercreate