Skip to content

Commit dceaa0b

Browse files
christopherfujinoFishrock123
authored andcommitted
doc: remove failing workaround in BUILDING.md
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
1 parent aa11205 commit dceaa0b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

BUILDING.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,7 @@ $ ./configure
3434
$ make
3535
```
3636

37-
If your Python binary is in a non-standard location or has a
38-
non-standard name, run the following instead:
39-
40-
```console
41-
$ export PYTHON=/path/to/python
42-
$ $PYTHON ./configure
43-
$ make
44-
```
37+
Note that the above requires that `python` resolve to Python 2.6 or 2.7 and not a newer version.
4538

4639
To run the tests:
4740

0 commit comments

Comments
 (0)