Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.15k stars 301 forks source link

Commando Shell scope fails when path has a space #3849

Open th3coop opened 4 years ago

th3coop commented 4 years ago

Short Summary

I just tried to run a pip install command. The pip in question lives in C:\Program Files\.... The command fails with C:\Program is not recognized as a...blah blah blah.

Steps to Reproduce

Expected results

Normal execution

Actual results

Fails with 'blah' is not recognized as an internal or external command, operable program or batch file. or whatever the equivalent error is on OSX or Linux.