Skip to content

tests/tools/manager-file: Don't hardcode python2 path

Niels De Graef requested to merge wip/nielsdg/python2 into master

This gives issues for people that don't have their python2 binary at /usr/bin/python2. The cleanest way to solve this is to just use /usr/bin/env python2

Fixes #107 (closed)

Merge request reports