1
0
Fork 0
mirror of synced 2025-07-04 20:37:34 +02:00

trivial modification of all shebang.

`/usr/bin/python3` -> `/usr/bin/env python3`

It's always better to trust the environment defined path to bin/python, as
virtualenv become the way to go.
This commit is contained in:
Yoann Lamouroux 2018-09-11 15:54:53 +02:00 committed by jvoisin
parent 5cf94bd256
commit 0a2a398c9c
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import unittest
import shutil

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import unittest
import shutil

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import unittest
import shutil