Andi Bergmeier added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29503>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to