use more portable shebang line in python scripts

This commit is contained in:
Axel Kohlmeyer
2013-06-09 19:57:02 +02:00
parent c8283169c2
commit 1f5dcb1ecf
14 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python -i
#!/usr/bin/env python -i
# preceeding line should have path for Python on your machine
# vizplotgui_atomeye.py