mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Use /usr/local/bin/python
This commit is contained in:
parent
8208702f19
commit
f3994ff9e7
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Python implementation of an 'echo' tcp server: echo all data it receives.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Python interface to the Internet finger daemon.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Minimal interface to the Internet telnet protocol.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Test network throughput.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Client and server for udp (datagram) echo.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue