]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use /usr/local/bin/python
authorGuido van Rossum <guido@python.org>
Sun, 25 Oct 1992 19:20:23 +0000 (19:20 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 25 Oct 1992 19:20:23 +0000 (19:20 +0000)
Demo/sockets/echosvr.py
Demo/sockets/finger.py
Demo/sockets/telnet.py
Demo/sockets/throughput.py
Demo/sockets/udpecho.py

index a0435b59bc2b23ff3e02df0bd59e26be628d6eee..d4a23f04a815a2ebbc19906de04eb63d3874d073 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Python implementation of an 'echo' tcp server: echo all data it receives.
 #
index 01c0b6cc2e24d7ea0fb6f6f7c0e64e1cfbec6f62..71e307ffa65fb19346ab0e7a1f4441781aba9c78 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Python interface to the Internet finger daemon.
 #
index 20d14c38fe27300ab07b424cee3c61bcec872ea1..3bb36efdc2032de3f9f4ecc3581a65881ada9d68 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Minimal interface to the Internet telnet protocol.
 #
index 6ffcaa80bba7cc9d93c2cd33596fdf9c6b7ecbe1..f1607f316e7f9148198173b2738546561dfd100e 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Test network throughput.
 #
index 0e1efc7158930437dcf8abad987d22ad0ab5e5a6..8839eb80576979b765a46c50db3c703ed73eaa72 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Client and server for udp (datagram) echo.
 #