1 Title: Check_MK is now shipping with own Python 2.7.12 interpreter
9 This step has been made to make Python based components, like Check_MK,
10 be able to rely on one single Python version independent of the
11 distibution OMD is being installed on.
13 Python scripts should use "#!/usr/bin/env python" as shebang to be
14 working within OMD without change. Something like "#!/usr/bin/python"
15 would not use the interpreter shipped with OMD.