opentuner icon indicating copy to clipboard operation
opentuner copied to clipboard

Enforce using python from env

Open jbosboom opened this issue 11 years ago • 1 comments

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.

jbosboom avatar Mar 03 '15 02:03 jbosboom

We should specifically ask for python2 to deal with environments (Arch) where python is Python 3.

jbosboom avatar Jun 06 '16 01:06 jbosboom