-
-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
I currently have this
"'C:\\ProgramData\\My' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
But the real path is
"'C:\\ProgramData\\My Awesom Tool' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
These need escaping
RunCommand(text + " install " + module_name + version + " " + text2);
RunCommand("cd " + EmbeddedPythonHome + " && python.exe Lib\\get-pip.py");
Maybe some useful links
killkimno
Metadata
Metadata
Assignees
Labels
No labels