Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 5870
blob0aa9697b03a2cd5b350e39233a1f217ccb6069b6
1 Title: Removed PYTHONPATH from site environment
2 Level: 1
3 Component: omd
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0b1
7 Date: 1519720796
8 Class: fix
10 The PYTHONPATH environment variable which was set by omd and .profile for all processes
11 in the site was confusing external Python based tools like for example gdb or the command
12 not found helpers of Ubuntu. This resulted in confusing stack traces.
14 The PYTHONPATH needed to be set in previous versions to make the python environment know
15 about the site specific python module paths (lib/python, local/lib/python). These paths
16 are now set using standard mechanisms of python (lib/python2.7/sitecustomize.py).