Change shebang
The default python is not python3 in debian... This commit changes explicitely the shebang line
This commit is contained in:
parent
41e3f4735b
commit
a431e7af1d
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
#
|
#
|
||||||
# Copyright © 2023 - Rennes Physics Institute
|
# Copyright © 2023 - Rennes Physics Institute
|
||||||
|
|
Loading…
Reference in New Issue