thiagoelg / node-printer

Native node.js printer
132 stars 79 forks source link

use python3 instead of python #53

Open chulkilee opened 2 years ago

chulkilee commented 2 years ago

Now node-gyp only supports python3 for a while... let's use python3 executable instead of python - for systems not shipping python by default - such as macOS!

(Another option is to implement the feature in Javascript and use node binary)