/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
# Print the product of age and size of each file, in suitable units.
#

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Check that all ".pyc" files exist and are up-to-date
# Uses module 'os'

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# This script is obsolete -- it is kept for historical purposes only.
#

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Copy one file's atime and mtime to another

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Format du output in a tree shape
import os, string, sys

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# eptags
#

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# findlinksto
#

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Perform massive identifier substitution on C source files.
# This actually tokenizes the files (to some extent) so it can

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Add some standard cpp magic to a header file

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Mirror a remote ftp subtree into a local directory tree.
# Basic usage: ftpmirror [options] host remotedir localdir

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Read #define's and translate to Python code.
# Handle #include statements.

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Selectively preprocess #ifdef / #ifndef statements.
# Usage:

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# linktree
#

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Find symbolic links and show where they point to.
# Arguments are directories to search; default is current directory.

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Fix Python source files to avoid using
# def method(self, (arg1, ..., argn)):

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# mkreal
#

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#! /usr/bin/env python
# objgraph
#

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# pdeps
#

View file

@ -1,5 +1,4 @@
#! /usr/local/bin/python
#! /usr/local/bin/python
#! /usr/bin/env python
# This file contains a class and a main program that perform two
# related (though complimentary) formatting operations on Python

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# ptags
#

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
"""
"PYSTONE" Benchmark Program

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# suff
#

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# print md5 checksum for files

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Variant of "which".
# On stderr, near and total misses are reported.

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# xxci
#