Skip to content
This repository was archived by the owner on Apr 5, 2018. It is now read-only.

rvagg/archived-check-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Check for Python on the current system and return the value

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published