/usr/local/bin/python -> /usr/bin/env python

This commit is contained in:
Guido van Rossum
1996-11-27 19:52:01 +00:00
parent cd612d5e5c
commit f06ee5fa07
141 changed files with 146 additions and 143 deletions

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# 1) Regular Expressions Test
#

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# 2) Sorting Test
#

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# 3) System Test
#

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Call ibrowse (the info file browser) under UNIX.

View File

@@ -1,4 +1,4 @@
#! /projects/python/Python-1.4b2/python
#! /usr/bin/env python
# (Force the script to use the latest build.)
#
# test_parser.py

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
"""RCS Proxy.

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
"""Turn a pile of RCS log output into ChangeLog file entries.

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
"""Remote CVS -- command line interface"""

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
"Remote RCS -- command line interface"

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Fix Python source files to use the new equality test operator, i.e.,
# if x = y: ...

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Factorize numbers.
# The algorithm is not efficient, but easy to understand.

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Print From and Subject of messages in $MAIL.
# Extension to multiple mailboxes and other bells & whistles are left

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Extract statistics from ftp daemon log.

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Watch line printer queue(s).
# Intended for BSD 4.3 lpq.

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Like mkdir, but also make intermediate directories if necessary.
# It is not an error if the given directory already exists (as long

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
class Markov:
def __init__(self, histsize, choice):

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Convert MH directories (1 message per file) or MMDF mailboxes (4x^A
# delimited) to unix mailbox (From ... delimited) on stdout.

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# A rather specialized script to make sure that a symbolic link named
# RCS exists pointing to a real RCS directory in a parallel tree

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Print digits of pi forever.
#
# The algorithm, using Python's 'long' integers ("bignums"), works

View File

@@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
#######################################################################
# Newslist $Revision$
#

Some files were not shown because too many files have changed in this diff Show More