freebsd-ports/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
Kubilay Kocak 4fecb1d4cd net-mgmt/netdata: Honour/respect default Python version
PR:		243567
Reviewed by:	mat, koobs (python)
Approved by:	portmgr (blanket: run time bug fix, ports (Python) compliance)
MFH:		2020Q1
Differential Revision:	D22909
2020-02-17 06:58:48 +00:00

10 lines
289 B
Text

--- collectors/python.d.plugin/python.d.plugin.in.orig 2020-01-30 23:22:27 UTC
+++ collectors/python.d.plugin/python.d.plugin.in
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
'''':;
-pybinary=$(which python || which python3 || which python2)
+pybinary=%%PYTHON%%
filtered=()
for arg in "$@"
do