Hi Akshay,
Robert is correct.
$ZF(-1,{os command}) is used to call commands from the underlying operating system.
The shell that you execute won't know where to find the python executable.
We can see this by trying to print the Windows PATH environment variable (below) as you would normally be able to do in a Windows CMD shell:.png)
As we can see above the CMD shell can see the environment variable %PATH% but if we do the same echo %PATH% in terminal we see nothing.
Cheers,
Patrick
- Log in to post comments