This PR removes validation that the command string does not contain spaces. This can cause issues where the path contains a folder that includes a space ("C:\Program Files\Python35\python.exe"). Fixes #1737