blob: b3d045d1091599639affa399f4c5c7f7a363a50c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- collectors/python.d.plugin/python.d.plugin.in.orig 2019-02-03 14:09:41 UTC
+++ collectors/python.d.plugin/python.d.plugin.in
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-'''':; 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 -*-
|