Skip to content

Commit

Permalink
Modify shebang to use env for locating interpreter.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJetson committed Apr 30, 2017
1 parent 2614b13 commit a5bfdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactive.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

import os
import sys
Expand Down

0 comments on commit a5bfdb9

Please sign in to comment.