From f06ee5fa072931fc807527535c91a46c149a6746 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 27 Nov 1996 19:52:01 +0000 Subject: /usr/local/bin/python -> /usr/bin/env python --- Tools/scripts/which.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/scripts/which.py') diff --git a/Tools/scripts/which.py b/Tools/scripts/which.py index 07c0d2e7d07..0aff2cd1874 100755 --- a/Tools/scripts/which.py +++ b/Tools/scripts/which.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # Variant of "which". # On stderr, near and total misses are reported. -- cgit v1.2.3