コード例 #1
0
 string Config(string command) => ProgramInstaller.RunProcess(PathFinder.GetPythonPathfromPath().Executable, path + " " + command + " -q");
コード例 #2
0
 string Pip(string command) => ProgramInstaller.RunProcess(pythonDir + "/Scripts/pip.exe", command);