diff --git a/Wox.Core/Plugin/PythonPlugin.cs b/Wox.Core/Plugin/PythonPlugin.cs index 7022512aee..d13a192f67 100644 --- a/Wox.Core/Plugin/PythonPlugin.cs +++ b/Wox.Core/Plugin/PythonPlugin.cs @@ -14,7 +14,7 @@ namespace Wox.Core.Plugin { _startInfo = new ProcessStartInfo { - FileName = @"C:\Program Files\Python 3.5\pythonw.exe", + FileName = filename, UseShellExecute = false, CreateNoWindow = true, RedirectStandardOutput = true,