Skip to content

Commit e6cdb96

Browse files
committed
Force demo.py to use python3.
/usr/bin/python is often not defined. Choose python3 as the default for demo.py so use doesn't get: env: ‘python’: No such file or directory on startup.
1 parent a0b0d1f commit e6cdb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.py

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
import sys
33
import roundup
44

0 commit comments

Comments
 (0)