From 785e527c3df4723fbaa966a2d0f6a8d1f03a2da6 Mon Sep 17 00:00:00 2001 From: lagorsse Date: Fri, 28 Jun 2019 18:44:20 +0200 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0900028d7..61a0ed062b 100644 --- a/README.md +++ b/README.md @@ -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 --python /path/to/executable/python2.7 ``` If `node-gyp` is called by way of `npm`, *and* you have multiple versions of