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

2019-11-05 Thread GitBox
candlerb commented on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-549770991 Please can this be re-opened? That might have been my mistake, but #5536 doesn't fix this issue, it only documents the (bad)

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

2019-11-01 Thread GitBox
candlerb commented 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 commented on issue #5518: python functions cannot find python3 interpreter

2019-10-31 Thread GitBox
candlerb commented on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-548458634 > the question would be what is the default option if any. I would be fine with the default remaining at "python" for

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

2019-10-31 Thread GitBox
candlerb commented 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...` ```

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

2019-10-31 Thread GitBox
candlerb commented on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-548329211 Hmm, I found