]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
/usr/local/bin/python
authorGuido van Rossum <guido@python.org>
Mon, 14 Dec 1992 13:03:10 +0000 (13:03 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Dec 1992 13:03:10 +0000 (13:03 +0000)
Demo/sgi/gl/backface.py
Demo/sgi/gl/kites.py
Demo/sgi/gl/mixing.py
Demo/sgi/gl/nurbs.py
Demo/sgi/gl/zrgb.py

index 594b8ade259099bfc719784455adf9cf5fd23ff3..39929bef0d9ed2ff5d3d22114e989615a1293f6b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 #   backface
 #
index d986833d47bbf9ebf3d997955333dab7fec006fd..6e3dea6f49a4e39ed26052e6a11d99db799d8472 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # *** This only works correctly on a 24 bit-plane machine. ***
 #
index d6b9ecfe9195d36f9a3d40e0c5874022922d0b29..57dea9c865fa3c018eadcc943cba005d1b34dce1 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Use Gouraud shading to mix colors.  Requires Z-buffer.
 # It changes the color assignments so fast that you see white.
index fb76aa9f3958ca783478b07cc2fba730decf4a9b..af2039bc22ff1b412d4dadce266b1bbc0f5f69a7 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Rotate a 3D surface created using NURBS.
 #
index fa018400e217c4732a0590a9c6bb0c3d614f2a5b..6561e11b78f2781a3a637015f40e7069915f53a4 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 #   zrgb  (Requires Z buffer.)
 #