1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00

Force Python 2.7 in all Python scripts

/usr/bin/python is Python 3.7 on Arch Linux, so it doesn't work
This commit is contained in:
Xorg 2018-08-08 13:54:14 +02:00
parent 7faea1ace8
commit c2645d0dff
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2.7
import os, sys, re, glob

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2.7
import os, sys, re