Skip to content

Commit

Permalink
Change shebang to specifically call python3
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Jul 9, 2020
1 parent 4fb2859 commit 514f3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/tabview
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

""" tabview -- View a tab-delimited file in a spreadsheet-like display.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from distutils.core import setup
try:
Expand Down

0 comments on commit 514f3ea

Please sign in to comment.