Skip to content

Commit

Permalink
doc: fix missing argument for setting python path
Browse files Browse the repository at this point in the history
(accepted with minor modifications by rvagg)

PR-URL: #1802
Reviewed-By: Rod Vagg <[email protected]>
  • Loading branch information
lagorsse authored and rvagg committed Sep 26, 2019
1 parent a976151 commit 785e527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 785e527

Please sign in to comment.