Skip to content

Commit

Permalink
Added note about setting npm's Python config key to appropriate Pytho…
Browse files Browse the repository at this point in the history
…n version.
  • Loading branch information
kefo committed Mar 4, 2014
1 parent 8c56de3 commit 0d74a8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -45,8 +45,9 @@ You will also need to install:
* Windows 7/8:
* Microsoft Visual Studio C++ 2012 for Windows Desktop ([Express][msvc2012] version works well)

Systems with multiple Python versions installed can specifiy which Python version `node-gyp`
uses by setting `npm`'s 'python' config key to the appropriate value:
If you have multiple Python versions installed, you can identify which Python
version `node-gyp` uses by setting `npm`'s 'python' config key to the appropriate
value:

``` bash
$ npm config set python python2.7
Expand Down

0 comments on commit 0d74a8e

Please sign in to comment.