summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorChristopher Fujino <christopherfujino@gmail.com>2016-09-24 13:17:13 -1000
committerRich Trott <rtrott@gmail.com>2016-09-28 10:27:54 -0700
commit7f7502d901e8eb9db5213121a6b0a9d4f825d23c (patch)
treecded14d28b6439e49b7628fa3dbebf7c39deb50e /BUILDING.md
parentc991d6465c0800007260f09898393422a56be8ae (diff)
downloadnode-new-7f7502d901e8eb9db5213121a6b0a9d4f825d23c.tar.gz
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 <ilkka.myller@nodefield.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: James M Snell <jasnell@gmail.com> Refs: https://github.com/nodejs/node/pull/8763
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 3ffb2b51b2..7749574a99 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: