Skip to content

Commit ca990a1

Browse files
lagorsservagg
authored andcommitted
doc: fix missing argument for setting python path
(accepted with minor modifications by rvagg) PR-URL: #1802 Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent 0a4d8c8 commit ca990a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you have multiple Python versions installed, you can identify which Python
6363
version `node-gyp` uses by setting the `--python` variable:
6464

6565
``` bash
66-
$ node-gyp --python /path/to/python2.7
66+
$ node-gyp <command> --python /path/to/executable/python2.7
6767
```
6868

6969
If `node-gyp` is called by way of `npm`, *and* you have multiple versions of

0 commit comments

Comments
 (0)