PDA

View Full Version : How do you pass parameters in Geany when you run Python code



PopsTheSailor
February 19th, 2014, 10:40 PM
I'm trying to figure out how to include parameters (using sys.argv in my code) when I run some Python code in Geany. I don't want to have to jump out to the terminal to include parameters. Is there a way to do that?

I'm using Geany version 1.23.1

Vaphell
February 20th, 2014, 02:17 AM
jumping out to terminal sounds like a non-issue given you have it embedded right in the geany window.
That said, go to project/properties and edit the 'run command' field, what you put there should be executed via F5