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 9dacfb1 commit 29aefeeCopy full SHA for 29aefee
Flow.Launcher.Core/Plugin/PythonPlugin.cs
@@ -23,7 +23,6 @@ public PythonPlugin(string filename)
23
RedirectStandardError = true,
24
};
25
26
- // temp fix for issue #667
27
var path = Path.Combine(Constant.ProgramDirectory, JsonRPC);
28
_startInfo.EnvironmentVariables["PYTHONPATH"] = path;
29
Flow.Launcher.Core/Plugin/PythonPluginV2.cs
@@ -35,7 +35,6 @@ public PythonPluginV2(string filename)
35
RedirectStandardInput = true
36
37
38
39
var path = Path.Combine(Constant.ProgramDirectory, JsonRpc);
40
StartInfo.EnvironmentVariables["PYTHONPATH"] = path;
41
0 commit comments