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

Reply via email to