Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f06ee5f

Browse files
committed
/usr/local/bin/python -> /usr/bin/env python
1 parent cd612d5 commit f06ee5f

141 files changed

Lines changed: 146 additions & 143 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Demo/comparisons/regextest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#! /usr/bin/env python
22

33
# 1) Regular Expressions Test
44
#

Demo/comparisons/sortingtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#! /usr/bin/env python
22

33
# 2) Sorting Test
44
#

Demo/comparisons/systemtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#! /usr/bin/env python
22

33
# 3) System Test
44
#

Demo/ibrowse/ib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#! /usr/bin/env python
22

33
# Call ibrowse (the info file browser) under UNIX.
44

Demo/parser/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /projects/python/Python-1.4b2/python
1+
#! /usr/bin/env python
22
# (Force the script to use the latest build.)
33
#
44
# test_parser.py

Demo/pdist/RCSProxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#! /usr/bin/env python
22

33
"""RCS Proxy.
44

Demo/pdist/makechangelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#! /usr/bin/env python
22

33
"""Turn a pile of RCS log output into ChangeLog file entries.
44

Demo/pdist/rcvs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#! /usr/bin/env python
22

33
"""Remote CVS -- command line interface"""
44

Demo/pdist/rrcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#! /usr/bin/env python
22

33
"Remote RCS -- command line interface"
44

Demo/scripts/eqfix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#! /usr/bin/env python
22

33
# Fix Python source files to use the new equality test operator, i.e.,
44
# if x = y: ...

0 commit comments

Comments
 (0)