Skip to content

Commit 36ce337

Browse files
committed
Change hashbang to call /usr/bin/env
This helps when calling the program from a virtualenv.
1 parent ce9e49e commit 36ce337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperbackup.py

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

33
#
44
# create a pdf with barcodes to backup text files on paper

0 commit comments

Comments
 (0)