ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

Unlisted dependency that python(2) must be installed to install this package #106

Closed uberfuzzy closed 4 years ago

uberfuzzy commented 5 years ago

All the recent install failing tickets end up getting pointed either a problem with python vs python2 or something involving node-gyp which requires python (the fail logs say as much),

gyp verb could not find "python". checking python launcher 
gyp verb could not find "python". guessing location 
gyp verb ensuring that file exists: C:\Python27\python.exe
gyp ERR! configure error 
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.

but nowhere in the README nor install data does it list that you have to have python on your system to install this, even if you are not using it for running python.

Can you please add a Dependencies or Requirements section to the README that lists that python2 MUST be installed to install this package?

ioquatix commented 5 years ago

Please submit a PR with the proposed improvements.