[issue29503] Make embedded-Python detectable

Andi Bergmeier report at bugs.python.org
Thu Feb 9 03:46:15 EST 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue29503>
_______________________________________


More information about the Python-bugs-list mailing list