Skip to content

How to call python script from exec component. #13342

Answered by jszwedko
satscreate asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @satscreate !

It seems like python isn't in the path when running via bash. In your example, what happens if you run bash and then which python? My assumption is that it won't be found.

If you don't want to provide a fully qualified path, you'll want to ensure that the python binary is in your environment path. See https://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them for more details.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by satscreate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants