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
|
# preceeding line should have path for Python on your machine
|
||||||
|
|
||||||
# demo.py
|
# demo.py
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user