Andi Bergmeier added the comment:

I am not the primary contributor to Bazel, so the decision to support 
embeddable Python is not mine to make.

That said, it seems to me like embeddable Python is a perfect fit if you want 
to have a hermetic Python installation. And I AM actually the person advocating 
for support for embeddable Python :).

We should discuss whether we use -c or a wrapper script. The latter might be 
the better option on the long run for other reasons, too.

My original question stems from the desire to only use e.g. a wrapper script 
for embeddable for the near future. Reason being that it is not yet as well 
tested as the PYTHONPATH approach. So would be hesitant to switch from 
PYTHONPATH to wrapper script for all variants. Also I am not sure yet, the 
wrapper script is an option for all cases.

Thanks for the input.

----------

_______________________________________
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