Skip to content

Commit 3786795

Browse files
committed
Improve hashbangs
This is meant to be run in a virtual environment, and the readme documents that, so python (rather than python3) is the typical, and slightly more reliable, way to go. Also, these days, python3 is not necessarily safer than python, which no longer tends to refer to python2 and which is often the only available command.
1 parent e362536 commit 3786795

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

helpers.py

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

33
# Copyright (c) 2021, 2023 Eliah Kagan
44
#

sll.py

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

33
# Copyright (c) 2021, 2023 Eliah Kagan
44
#

warmup.py

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

33
# Copyright (c) 2021, 2023 Eliah Kagan
44
#

0 commit comments

Comments
 (0)