string Config(string command) => ProgramInstaller.RunProcess(PathFinder.GetPythonPathfromPath().Executable, path + " " + command + " -q");
 string Pip(string command) => ProgramInstaller.RunProcess(pythonDir + "/Scripts/pip.exe", command);