doc: document PYTHON env var in README
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 22 Jan 2013 12:53:49 +0000 (13:53 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 22 Jan 2013 12:53:49 +0000 (13:53 +0100)
README.md

index 988305f..d3ffbd0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,6 +15,14 @@ Unix/Macintosh:
     make
     make install
 
+If your python binary is in a non-standard location or has a
+non-standard name, run the following instead:
+
+    export PYTHON=/path/to/python
+    $PYTHON ./configure
+    make
+    make install
+
 Windows:
 
     vcbuild.bat