File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Creates an instance of `PythonShell` and starts the Python process
170170 * ` parser ` : each line of data (ending with "\n") is parsed with this function and its result is emitted as a message
171171 * ` stderrParser ` : each line of logs (ending with "\n") is parsed with this function and its result is emitted as a message
172172 * ` encoding ` : the text encoding to apply on the child process streams (default: "utf8")
173- * ` pythonPath ` : The path where to locate the "python" executable. Default: "python"
173+ * ` pythonPath ` : The path where to locate the "python" executable. Default: "python3" ("py" for Windows)
174174 * ` pythonOptions ` : Array of option switches to pass to "python"
175175 * ` scriptPath ` : The default path where to look for scripts. Default is the current working directory.
176176 * ` args ` : Array of arguments to pass to the script
You can’t perform that action at this time.
0 commit comments