is it possible to define run config and run all python scripts?
Hi
i installed PyCharm today
i wrote a hello world python file
and for run and see output i create a profile in run section but i have to choose only one script:
so what should i do if i run another script ? i have to make a run profile for each python script ?
is there any config to run python script when i am in that script page?
i installed PyCharm today
i wrote a hello world python file
and for run and see output i create a profile in run section but i have to choose only one script:
so what should i do if i run another script ? i have to make a run profile for each python script ?
is there any config to run python script when i am in that script page?
Please sign in to leave a comment.
PyCharm can create run configuration for you. Use Ctrl+Shift+F10 (in default keymap) or right-click and choose Run script...