You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I am running into an issue similar issue #1233 with spaces.
I am trying to run Processing.org on my Mac, and noticed that script enters this: [Command: processing-java '--sketch='/Users/username/Google Drive/Processing/helloworld'' --run]and it returns the error : '/Users/username/Google Drive/Processing/helloworld' does not exist.
However if I enter this in terminal: processing-java '--sketch='/Users/username/Google\ Drive/Processing/helloworld'' --run
my sketch runs just fine.
The text was updated successfully, but these errors were encountered:
I think I am running into an issue similar issue #1233 with spaces.
I am trying to run Processing.org on my Mac, and noticed that script enters this:
[Command: processing-java '--sketch='/Users/username/Google Drive/Processing/helloworld'' --run]
and it returns the error :'/Users/username/Google Drive/Processing/helloworld' does not exist.
However if I enter this in terminal:
processing-java '--sketch='/Users/username/Google\ Drive/Processing/helloworld'' --run
my sketch runs just fine.
The text was updated successfully, but these errors were encountered: