use more portable shebang line in python scripts
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/python -i
|
||||
#!/usr/bin/env python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# plot.py
|
||||
|
||||
Reference in New Issue
Block a user