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.
2 parents 5f39ad4 + 9baa598 commit b4e6746Copy full SHA for b4e6746
index.ts
@@ -89,7 +89,7 @@ export class PythonShell extends EventEmitter{
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" : "python";
+ static defaultPythonPath = process.platform != "win32" ? "python3" : "py";
93
94
static defaultOptions:Options = {}; //allow global overrides for options
95
0 commit comments