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
This commit is contained in:
Christopher Fujino 2016-09-24 13:17:13 -10:00 коммит произвёл Rich Trott
Родитель c991d6465c
Коммит 7f7502d901
1 изменённых файлов: 1 добавлений и 8 удалений

Просмотреть файл

@ -34,14 +34,7 @@ $ ./configure
$ make $ make
``` ```
If your Python binary is in a non-standard location or has a Note that the above requires that `python` resolve to Python 2.6 or 2.7 and not a newer version.
non-standard name, run the following instead:
```console
$ export PYTHON=/path/to/python
$ $PYTHON ./configure
$ make
```
To run the tests: To run the tests: