/usr/local/bin/python -> /usr/bin/env python
diff --git a/Demo/scripts/pp.py b/Demo/scripts/pp.py
index eaf7e41..2496046 100755
--- a/Demo/scripts/pp.py
+++ b/Demo/scripts/pp.py
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
 
 # Emulate some Perl command line options.
 # Usage: pp [-a] [-c] [-d] [-e scriptline] [-F fieldsep] [-n] [-p] [file] ...