Use /usr/local/bin/python

This commit is contained in:
Guido van Rossum 1992-10-25 19:20:23 +00:00
parent 8208702f19
commit f3994ff9e7
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#! /usr/local/python #! /usr/local/bin/python
# Python implementation of an 'echo' tcp server: echo all data it receives. # Python implementation of an 'echo' tcp server: echo all data it receives.
# #

View file

@ -1,4 +1,4 @@
#! /usr/local/python #! /usr/local/bin/python
# Python interface to the Internet finger daemon. # Python interface to the Internet finger daemon.
# #

View file

@ -1,4 +1,4 @@
#! /usr/local/python #! /usr/local/bin/python
# Minimal interface to the Internet telnet protocol. # Minimal interface to the Internet telnet protocol.
# #

View file

@ -1,4 +1,4 @@
#! /usr/local/python #! /usr/local/bin/python
# Test network throughput. # Test network throughput.
# #

View file

@ -1,4 +1,4 @@
#! /usr/local/python #! /usr/local/bin/python
# Client and server for udp (datagram) echo. # Client and server for udp (datagram) echo.
# #