Skip to content

Commit

Permalink
Change shebang to match a python venv on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Joppe committed Feb 15, 2024
1 parent f6cf88c commit 848dabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/greeter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!./venv/bin/python3
#!venv/python.exe
"""Greetings from the source code
Dependencies:
Expand Down
2 changes: 1 addition & 1 deletion example2/factorize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!./venv/bin/python3
#!venv/python.exe
"""Programming example: Strings and numbers
>>> print(" ".join(fizz3fuzz5(*range(1, 101))))
Expand Down

0 comments on commit 848dabc

Please sign in to comment.