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 --- Demo/scripts/fact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demo/scripts/fact.py') diff --git a/Demo/scripts/fact.py b/Demo/scripts/fact.py index bf49afcc44..6cc389ea6f 100755 --- a/Demo/scripts/fact.py +++ b/Demo/scripts/fact.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # Factorize numbers. # The algorithm is not efficient, but easy to understand. -- cgit v1.2.1