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 Andi Bergmeier
Recipients Andi Bergmeier, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-02-08.16:17:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486570639.93.0.359843891905.issue29503@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to ship Python hermetically with Bazel (embedding it).
For that the Python embedded seems perfect.

A problem arises since currently Bazel is controlling the search path of Python via setting PYTHONPATH (which actually worked with Python 3.5.2-embedded for non prefixed paths).

Now I do not know whether there is any other way of modifying sys.path when calling python.exe.
History
Date User Action Args
2017-02-08 16:17:19Andi Bergmeiersetrecipients: + Andi Bergmeier, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower
2017-02-08 16:17:19Andi Bergmeiersetmessageid: <1486570639.93.0.359843891905.issue29503@psf.upfronthosting.co.za>
2017-02-08 16:17:19Andi Bergmeierlinkissue29503 messages
2017-02-08 16:17:19Andi Bergmeiercreate