remove references to /ufs/guido/bin/sgi/python
diff --git a/Demo/scripts/freeze.py b/Demo/scripts/freeze.py
index 85ab5bc..d5230c6 100755
--- a/Demo/scripts/freeze.py
+++ b/Demo/scripts/freeze.py
@@ -1,4 +1,4 @@
-#! /ufs/guido/bin/sgi/python
+#! /usr/local/bin/python
 
 # Given a Python script, create a binary that runs the script.
 # The binary is 100% independent of Python libraries and binaries.