use python from path
This commit is contained in:
parent
748e6b3d6d
commit
b056c298a6
2 changed files with 2 additions and 2 deletions
2
edit.py
2
edit.py
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
import getpass
|
import getpass
|
||||||
import json
|
import json
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
import math
|
import math
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Reference in a new issue