Executing python scripts from a patcher
jon snow
Nov 15 2023 | 8:09 pm
Hello everyone
I need some support making a patch that could launch python scripts.
I am using the "shell" object by jeremybernstein (https://github.com/jeremybernstein/shell) but I can't make it change directory.
The "cd" command seems not to work, as the working directory doesn't change.
Anyway, if I move the scripts in the working folder, it still doesn't work.
A sample command like "python3 /Users/username/hello.py", for instance.
Has anyone experienced such a thing?
Thank you