1.0.0 • Published 10 years ago

check-python v1.0.0

Weekly downloads
9
License
MIT
Repository
-
Last release
10 years ago

check-python

Check for Python on the current system and return the value

Extracted from node-gyp.

NPM NPM

checkPython(function (err, python, version) {
  console.log('Python: %s\nPython version: %s', python, version)
})

Should work on Windows but there are many assumptions about install location and since this is not guaranteed you may have trouble.

License

goingnative is Copyright (c) 2014 Rod Vagg @rvagg and contributors licensed under the MIT License. All rights not explicitly granted in the MIT License are reserved. See the included LICENSE.md file for more details.