From 9dee52f6495374d4d84b3c7a2809261692abaeca Mon Sep 17 00:00:00 2001 From: "Taylor D. Lee" Date: Mon, 26 Nov 2018 08:40:11 -0600 Subject: [PATCH] doc: python info needs own header PR-URL: https://github.com/nodejs/node-gyp/pull/1245 Reviewed-By: Gibson Fahnestock Reviewed-By: Richard Lau Reviewed-By: Refael Ackermann --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f378616964..d9222d0ce1 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,10 @@ Install tools and configuration manually: If the above steps didn't work for you, please visit [Microsoft's Node.js Guidelines for Windows](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules) for additional tips. +### Configuring Python Dependency + If you have multiple Python versions installed, you can identify which Python -version `node-gyp` uses by setting the '--python' variable: +version `node-gyp` uses by setting the `--python` variable: ``` bash $ node-gyp --python /path/to/python2.7