Skip to content

XadillaX/detect-python-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Detect the executable python interpreter cmd in $PATH.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published