English: Python logo Deutsch: Python Logo (Photo credit: Wikipedia) |
Xterm (Photo credit: SiRGt) |
To configure the size of the terminal in which Geany will run your Python programs, go to
edit > preferences > toolsand change the terminal command to:
xterm -geometry 1000x600
If you do not like xterm, you can also chose another console type. For instance, you could use gnome terminal with the command below (but I prefer xterm).
gnome-terminal --maximize
No comments:
Post a Comment