From 7f7502d901e8eb9db5213121a6b0a9d4f825d23c Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Sat, 24 Sep 2016 13:17:13 -1000 Subject: [PATCH] doc: remove failing workaround in BUILDING.md Updated BUILDING.md, removing workaround for Python conflicts that didn't work. PR-URL: https://github.com/nodejs/node/pull/8763 Reviewed-By: Ilkka Myller Reviewed-By: Rich Trott Reviewed-By: Bryan English Reviewed-By: James M Snell Refs: https://github.com/nodejs/node/pull/8763 --- BUILDING.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 3ffb2b51b29..7749574a993 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 or 2.7 and not a newer version. To run the tests: