Use /usr/bin/env to detect python location
...in case it's installed in a nonstandard location.
This commit is contained in:
parent
0a14db937c
commit
e8790145be
9 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
import sys, os
|
||||
import state
|
||||
from log import err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue