mirror of
https://github.com/logos-storage/multicodec.git
synced 2026-01-02 13:33:10 +00:00
Use '#!/usr/bin/env python3' vs. fixed path '/usr/bin/python3'
o Many installations have python3 installed elsewhere, such as /usr/local/bin/, etc. Use the environment PATH variable to locate.
This commit is contained in:
parent
e76c0e1a89
commit
a3fe78f352
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import csv
|
import csv
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user