Skip to content

EmbededPythonHome with spaces does not allow pip to install #59

@iongion

Description

@iongion

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions