tools: use env to search path for python3

This commit is contained in:
j7b
2019-01-08 12:52:47 -08:00
parent 107fccb288
commit fad4a735e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys
import os
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import sys
import os