/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
# View a single MIME multipart message.
# Display each part as a box.

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# A Python function that generates dialog boxes with a text message,
# optional bitmap, and any number of buttons.

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Simulate "electrons" migrating across the screen.
# An optional bitmap file in can be in the background.

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#! /usr/bin/env python
# Tkinter interface to Linux `kill' command.
from Tkinter import *

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Scan MH folder, display results in window

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# A Python program implementing rmt, an application for remotely
# controlling other Tk applications.

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Tkinter interface to SYSV `ps' and `kill' commands.

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#! /usr/bin/env python
# Tk man page browser -- currently only shows the Tcl/Tk man pages