Skip to content

Commit

Permalink
doc: remove failing workaround in BUILDING.md
Browse files Browse the repository at this point in the history
Updated BUILDING.md, removing workaround for Python conflicts that
didn't work.

PR-URL: nodejs#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: nodejs#8763
  • Loading branch information
christopherfujino authored and Trott committed Sep 28, 2016
1 parent c991d64 commit 7f7502d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 7f7502d

Please sign in to comment.