Skip to content

executable

const executable: string

Defined in: packages/pythonlib/src/sys.ts:79

Path to the interpreter executable (Node.js executable path).

Example

console.log(executable) // "/usr/local/bin/node"