We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41549b8 commit efd9674Copy full SHA for efd9674
index.ts
@@ -88,7 +88,6 @@ export class PythonShell extends EventEmitter{
88
private _endCallback:(err:PythonShellError, exitCode:number, exitSignal:string)=>any
89
90
// starting 2020 python2 is deprecated so we choose 3 as default
91
- // except for windows which just has "python" command
92
static defaultPythonPath = process.platform != "win32" ? "python3" : "py";
93
94
static defaultOptions:Options = {}; //allow global overrides for options
0 commit comments