-
-
Notifications
You must be signed in to change notification settings - Fork 164
Add Processing to the PATH on Windows for easy CLI access #1097
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpdeProcessing Development EnvironmentProcessing Development Environmentwindows
Description
Most appropriate sub-area of Processing 4?
Utilities, Core/Environment/Rendering
Processing version
4.4.3
Operating system
Windows
Steps to reproduce this
processing cli --sketch=c:\test\shapes --run
snippet
void setup() {
size(500,500)
}
void draw() {
}Additional context
The cli command works great in Linux but doesn't exist in windows.
Would you like to work on the issue?
no
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpdeProcessing Development EnvironmentProcessing Development Environmentwindows