[Github-comments] [geany/geany] Geany not picking up Python on Raspberry Pi 3 (#1624)
sher85
notifications at xxxxx
Wed Oct 4 04:49:07 UTC 2017
Writing my first Hello World code which runs perfectly on Terminal, however, on geany upon pressing the execute button a terminal screen pops up with the title geany_run_script_XXXXXX.sh (XXXXXX is a variation of numbers and letters, each time different. Currently T7NX7Y) and remains blank with no code running.
My Build Commands are set to:
Compile -----> /usr/bin/python3 -m py_compile "%f"
Execute -----> /usr/bin/python3 "%f"
What is preventing geany from running my code? It works just fine when ran from Terminal.
--
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/1624
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171004/79b931bb/attachment.html>
More information about the Github-comments
mailing list