[Github-comments] [geany/geany] Interactive python console in status bar for execution of python scripts? (#1823)

elextr notifications at xxxxx
Wed Apr 11 04:50:09 UTC 2018


Looking at [Python documentation](https://docs.python.org/3/using/cmdline.html) how would you run a file in an interactive console? Maybe the `-i` option is what you want?

If you can figure out a command to do what you want you can set `Edit->Preferences->Terminal->Execute programs in the VTE` and `Don't use run script` to run the command in the terminal tab, but the command must be a shell command, you will have to exit Python each run because the directory is set to the files directory each run by the shell command `cd dir` issued before the execute command.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1823#issuecomment-380326281
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180411/86687595/attachment.html>


More information about the Github-comments mailing list