From 13d86a86d615b3ca32a0870b2b4921e0e611309d Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 22 Jan 2013 13:53:49 +0100 Subject: [PATCH] doc: document PYTHON env var in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 988305facd..d3ffbd0145 100644 --- 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