detect-python-interpreter
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

/detect-python-interpreter/

    Package Sidebar

    Install

    npm i detect-python-interpreter

    Weekly Downloads

    5

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    6.34 kB

    Total Files

    11

    Last publish

    Collaborators

    • xadillax