Use #!/usr/bin/env python instead of #!/usr/local/bin/python.
This commit is contained in:
parent
6a86f66ad7
commit
2e1094e4ef
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# This Python program sorts and reformats the table of keywords in ref2.tex
|
||||
|
||||
|
|
Loading…
Reference in New Issue