opentuner
opentuner copied to clipboard
Enforce using python from env
Most of our runnable scripts use #!/usr/bin/env python, but some use #!/usr/bin/python. Assuming we care, we should enforce the former with a git hook, then fix the current instances of the latter.
We should specifically ask for python2 to deal with environments (Arch) where python is Python 3.