/usr/local/bin/python -> /usr/bin/env python
diff --git a/Demo/stdwin/microedit.py b/Demo/stdwin/microedit.py
index eca093a..1091676 100755
--- a/Demo/stdwin/microedit.py
+++ b/Demo/stdwin/microedit.py
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
 
 # A minimal single-window text editor using STDWIN's text objects.
 #