ports/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
2022-02-03 15:52:18 -08:00

10 lines
289 B
Text

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