Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7590
blob63a4d386ad2afe9eb753793fd757ea91e97ea156
1 Title: Check_MK is now shipping with own Python 2.7.12 interpreter
2 Level: 2
3 Component: packages
4 Compatible: compat
5 Version: 1.4.0i1
6 Date: 1465131282
7 Class: feature
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.