From 8ca4ec19ef35d687688f910843900fa7a5aa62c1 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Sat, 24 Sep 2016 13:17:13 -1000 Subject: [PATCH] doc: edited BUILDING.md, removing broken workaround for conflicts where python defaults to version 3. --- BUILDING.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 16663d60acc69e..005e662b992476 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -34,14 +34,7 @@ $ ./configure $ make ``` -If your Python binary is in a non-standard location or has a -non-standard name, run the following instead: - -```console -$ export PYTHON=/path/to/python -$ $PYTHON ./configure -$ make -``` +Note that the above requires that `python` resolve to Python 2.6/2.7 and not a newer version. To run the tests: