/usr/local/bin/python
diff --git a/Demo/sgi/gl/mixing.py b/Demo/sgi/gl/mixing.py
index d6b9ecf..57dea9c 100755
--- a/Demo/sgi/gl/mixing.py
+++ b/Demo/sgi/gl/mixing.py
@@ -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.