Skip to content

Commit

Permalink
By default, launch driver scripts using Python 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressey committed Sep 12, 2022
1 parent d756a32 commit b6982e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/castile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from os.path import realpath, dirname, join
import sys
Expand Down
2 changes: 1 addition & 1 deletion bin/stackmac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from os.path import realpath, dirname, join
import sys
Expand Down

0 comments on commit b6982e1

Please sign in to comment.