mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
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:
parent
0a4d8c84ce
commit
ca990a1292
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue