Skip to content

Commit 83a1048

Browse files
marshallwardHallberg-NOAA
authored andcommitted
makedep: Update interpreter directive to python3
The interpreter directive ("shebang") of makedep is updated to `python3`, rather than the version-agnostic `python`. Although we never invoke the shebang of the script, there are OS environments out there which will object to any presence of a versionless python. PEP 394 also strongly recommends the adoption of python3 as the executable name, regardless of Py2 support.
1 parent 7a1eee1 commit 83a1048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ac/makedep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
from __future__ import print_function
44

0 commit comments

Comments
 (0)