summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/fact.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/scripts/fact.py')
-rwxr-xr-xDemo/scripts/fact.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/fact.py b/Demo/scripts/fact.py
index bf49afc..6cc389e 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.