I am trying to run python script with arguments (I have to pass a path to the config for the script to run well).
I am doing it way:
pm2 start script.py --name appname --interpreter python3 -- config/xyz.yml
I have been using pm2 for quite some time and I know that custom parameters are after --
But with running python scripts it obviously doesn't work this way.
2.1m questions
2.1m answers
60 comments
57.0k users