1.0.1 • Published 8 months ago
detect-python-interpreter v1.0.1
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.