doc: fix missing argument for setting python path

(accepted with minor modifications by rvagg)

PR-URL: https://github.com/nodejs/node-gyp/pull/1802
Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
lagorsse 2019-06-28 18:44:20 +02:00 committed by Rod Vagg
parent 0a4d8c84ce
commit ca990a1292
No known key found for this signature in database
GPG key ID: C273792F7D83545D

View file

@ -63,7 +63,7 @@ If you have multiple Python versions installed, you can identify which Python
version `node-gyp` uses by setting the `--python` variable:
``` bash
$ node-gyp --python /path/to/python2.7
$ node-gyp <command> --python /path/to/executable/python2.7
```
If `node-gyp` is called by way of `npm`, *and* you have multiple versions of