Use /usr/local/bin/python
diff --git a/Demo/sockets/telnet.py b/Demo/sockets/telnet.py
index 20d14c3..3bb36ef 100755
--- a/Demo/sockets/telnet.py
+++ b/Demo/sockets/telnet.py
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Minimal interface to the Internet telnet protocol.
 #