Setting command line options passed during "Run" Permanently deleted user 创建于 2012年02月15日 16:21 How can I set the command line options sent to file currently being run from PyCharm?Normally, I'd put:Python.exe myapp.py --masterfor example. How do I specify the --master?
You can edit the run configuration and specify the command line options in the "Script parameters" field.