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: #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: #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 Original file line Diff line number Diff line change
Expand Up @@ -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:


Expand Down

1 comment on commit 7f7502d

@addaleax
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit #15000 \o/

Please sign in to comment.