Skip to content

Conversation

lagorsse
Copy link
Contributor

missing argument configure

Checklist
  • npm install && npm test passes
  • tests are included
  • documentation is changed or added
  • commit message follows commit guidelines
Description of change

missing argument configure

``` bash
$ node-gyp --python /path/to/python2.7
$ node-gyp configure --python /path/to/python2.7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The option applies to more than just configure, but what you could do here is this:


```
$ node-gyp <command> --python /path/to/python2.7
```

Where `<command>` is one of the [commands](#commands) listed below.

(I'm using pre tags to format this, don't use the raw markdown, use the rendered markdown, also the 'bash' type should be dropped here, it gets in the way of proper formatting)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this line uses /path/to/python2.7 but...
the example just a few lines below uses /path/to/executable/python2.7

This would be more readable it we used consistent paths in these two examples.

@rvagg
Copy link
Member

rvagg commented Sep 25, 2019

modified it myself and landed in ca990a1

@rvagg rvagg closed this Sep 25, 2019
rvagg pushed a commit that referenced this pull request Sep 26, 2019
(accepted with minor modifications by rvagg)

PR-URL: #1802
Reviewed-By: Rod Vagg <[email protected]>
@rvagg rvagg mentioned this pull request Sep 26, 2019
rvagg pushed a commit that referenced this pull request Sep 26, 2019
(accepted with minor modifications by rvagg)

PR-URL: #1802
Reviewed-By: Rod Vagg <[email protected]>
@rvagg rvagg mentioned this pull request Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants