'how to use different version of python with node-gyp?
i have to setup my node project on my local pc, inorder to do that i want to run some build command ,but some of them doesnt work,like the one,as shown in following line i
node-gyp rebuild
to setup my project on my pc, now on my local pc there are two type of python versions are installed,i want above command to use python version 2.7.17 but it auto detect python 3 and use it , how can i force this command to use python version 2/7.17 see this image for more info
thanks in advance
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
