Running and Getting Content of Python File (v9.2)

[action:Execute a Shell Script [Keyboard Maestro Wiki]](action:Execute a Shell Script [Keyboard Maestro Wiki])

are

echo $(which python)

and

echo $PATH

(as the sole contents of shell script actions)

showing the the results you are assuming ?

( a fresh-born vanilla shell will not know where to look for pandas)

I don't know whether this helps:

2 Likes