Werk #7590: Check_MK is now shipping with own Python 2.7.12 interpreter
| Component | Other components | ||
| Title | Check_MK is now shipping with own Python 2.7.12 interpreter | ||
| Date | Jun 5, 2016 | ||
| Level | Prominent Change | ||
| Class | New Feature | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
This step has been made to make Python based components, like Check_MK, be able to rely on one single Python version independent of the distibution OMD is being installed on.
Python scripts should use "#!/usr/bin/env python" as shebang to be working within OMD without change. Something like "#!/usr/bin/python" would not use the interpreter shipped with OMD.