Skip to content

lisa_shell: Check PYTHONPATH

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr21 into next

Warn if PYTHONPATH is not empty, since it can interfere with venv. In the worst case, it can lead to using a wrong version of e.g. bart that would be installed somewhere else, leading to strange failures in LISA.

Merge request reports