diff --git a/BUILDING.md b/BUILDING.md index 3ffb2b51b29884..7749574a993ee1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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: