Quote:
Originally Posted by gregorio
I did a long debug and managed to get the plugin working on macOS.
The complete command then becomes:
Code:
process = Popen("PATH=$PATH:/usr/local/bin; "+" ".join(args), stdout=PIPE, stderr=PIPE, shell=True)
|
Thanks so much for this post. I made this change and the plugin is working on my Mac now too.