Skip to content

Commit

Permalink
doc: edited BUILDING.md, removing broken workaround for conflicts where
Browse files Browse the repository at this point in the history
python defaults to version 3.
  • Loading branch information
christopherfujino committed Sep 25, 2016
1 parent d196c5d commit 8ca4ec1
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/2.7 and not a newer version.

To run the tests:

Expand Down

0 comments on commit 8ca4ec1

Please sign in to comment.