/usr/local/bin/python -> /usr/bin/env python
diff --git a/Misc/faq2html.py b/Misc/faq2html.py
index 84346b4..32f3e79 100755
--- a/Misc/faq2html.py
+++ b/Misc/faq2html.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#! /usr/bin/env python
 
 # A somewhat-generalized FAQ-to-HTML converter (by Ka-Ping Yee, 10 Sept 96)