detect-python-interpreter
v1.0.1
Published
Detect the executable python interpreter cmd in $PATH.
Downloads
106
Readme
detect-python-interpreter
Detect the executable python interpreter cmd in $PATH.
Installation
$ npm install --save detect-python-interpreter
Usage
const { detect } = require('detect-python-interpreter');
const executable = detect(); // 'python', 'python2', 'python3' or throw an Error.
Contribution
PRs and Issues are welcomed.