Skip to content

Commit

Permalink
doc: document PYTHON env var in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jan 22, 2013
1 parent d7bf7ed commit 13d86a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Unix/Macintosh:
make
make install

If your python binary is in a non-standard location or has a
non-standard name, run the following instead:

export PYTHON=/path/to/python
$PYTHON ./configure
make
make install

Windows:

vcbuild.bat
Expand Down

0 comments on commit 13d86a8

Please sign in to comment.