Answers for "gyp ERR! stack Error: Can't find Python executable "python","

1

npm ERR! gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.

npm --add-python-to-path='true' --debug install --global windows-build-tools
Posted by: Guest on May-03-2021
1

error: can't find python executable "python", you can set the python env variable.

apt-get update     
apt-get install python2.7    
ln -s /usr/bin/python2.7 /usr/bin/python
Posted by: Guest on January-07-2021

Code answers related to "gyp ERR! stack Error: Can't find Python executable "python","

Python Answers by Framework

Browse Popular Code Answers by Language