[GitHub] [pulsar] candlerb edited a comment on issue #5518: python functions cannot find python3 interpreter

2019-11-01 Thread GitBox
candlerb edited a comment on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-548721196 How about adding a setting to broker.conf / standalone.conf? e.g. ``` python_interpreter=/usr/bin/python ```

[GitHub] [pulsar] candlerb edited a comment on issue #5518: python functions cannot find python3 interpreter

2019-11-01 Thread GitBox
candlerb edited a comment on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-548721196 How about adding a setting to broker.conf / standalone.conf? e.g. ``` python_interpreter=/usr/bin/python ```

[GitHub] [pulsar] candlerb edited a comment on issue #5518: python functions cannot find python3 interpreter

2019-11-01 Thread GitBox
candlerb edited a comment on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-548721196 How about adding a setting to broker.conf / standalone.conf? e.g. ``` python_interpreter=/usr/bin/python ```

[GitHub] [pulsar] candlerb edited a comment on issue #5518: python functions cannot find python3 interpreter

2019-10-31 Thread GitBox
candlerb edited a comment on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-548351376 Part of the answer comes from pulsar's debug output: it is running `python .../python_instance_main.py ...args...` ```