summaryrefslogtreecommitdiff
path: root/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in
blob: b1777cdac8a0122d9d5e0eec05ea744250c12bde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- collectors/python.d.plugin/python.d.plugin.in.orig	2019-05-27 21:36:18 UTC
+++ collectors/python.d.plugin/python.d.plugin.in
@@ -3,7 +3,7 @@
 if [[ "$OSTYPE" == "darwin"* ]]; then
     export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
 fi
-exec "$(command -v python || command -v python3 || command -v python2 ||
+exec "$(command -v python || command -v python3.6 || command -v python2.7 ||
 echo "ERROR python IS NOT AVAILABLE IN THIS SYSTEM")" "$0" "$@" # '''
 
 # -*- coding: utf-8 -*-