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 # preceeding line should have path for Python on your machine
# demo.py # demo.py

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 # preceeding line should have path for Python on your machine
# gui.py # gui.py

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 # preceeding line should have path for Python on your machine
# plot.py # plot.py

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 # preceeding line should have path for Python on your machine
# simple.py # simple.py

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 # preceeding line should have path for Python on your machine
# trivial.py # trivial.py

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 # preceeding line should have path for Python on your machine
# viz_atomeye.py # viz_atomeye.py

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 # preceeding line should have path for Python on your machine
# viz_gl.py # viz_gl.py

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 # preceeding line should have path for Python on your machine
# viz_pymol.py # viz_pymol.py

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 # preceeding line should have path for Python on your machine
# viz_vmd.py # viz_vmd.py

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 # preceeding line should have path for Python on your machine
# vizplotgui_atomeye.py # vizplotgui_atomeye.py

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 # preceeding line should have path for Python on your machine
# vizplotgui_gl.py # vizplotgui_gl.py

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 # preceeding line should have path for Python on your machine
# vizplotgui_pymol.py # vizplotgui_pymol.py

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 # preceeding line should have path for Python on your machine
# vizplotgui_vmd.py # vizplotgui_vmd.py

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python #!/usr/bin/env python
# copy LAMMPS src/liblammps.so and lammps.py to system dirs # copy LAMMPS src/liblammps.so and lammps.py to system dirs