Setting command line options passed during "Run"
How can I set the command line options sent to file currently being run from PyCharm?
Normally, I'd put:
Python.exe myapp.py --master
for example.
How do I specify the --master?
Please sign in to leave a comment.
You can edit the run configuration and specify the command line options in the "Script parameters" field.