This package has been deprecated

Author message:

no longer maintained

check-python

1.0.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i check-python

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • rvagg