Answers for "gyp ERR! find Python gyp ERR! find Python Python is not set from command line or npm configuration\"

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! find Python gyp ERR! find Python Python is not set from command line or npm configuration\"

Python Answers by Framework

Browse Popular Code Answers by Language