*** empty log message ***
diff --git a/Demo/scripts/fact.py b/Demo/scripts/fact.py
index 4833e08..bf49afc 100755
--- a/Demo/scripts/fact.py
+++ b/Demo/scripts/fact.py
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Factorize numbers.
 # The algorithm is not efficient, but easy to understand.