Where is the path used to store python scripts?

I want to use Execute Command node,but I don’t konw where is the path used to store python scripts。

Hi @Sally, how do you run your n8n instance?

If you’re running n8n on “bare metal” the path inside n8n would be exactly the same as it is on your machine. In case you’re using docker you’d need to make sure to make the path from your host machine inside your container using the -v parameter of the docker run command for example (e.g. -v /path/on/host:/path/inside/docker/container). Inside n8n you would need to use the path inside your container.

Thank you!

1 Like