We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f39ad4 commit 9baa598Copy full SHA for 9baa598
1 file changed
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