Geany does not allow run any more

Hi,
under Mint I use to execute python3 programs with geany.
Suddenly it does not work any more : when I click on the run icon, this none turns immediately to red, without any error message.
I re-installed geany. No positive effect.
Thanks for your help.

What’s Execute defined as in the Build → Set Build Commands menu?

Most likely, there’s a path to Python with a hardcoded version number in it somewhere.

Thanks for your answer.
The commands seem unchanged :slight_smile:

Hmm, no obvious red flags.

What’s the path to the Python environment you want it to use? Where does that one appear in the output of which -a python3?

Thanks again.
There was no change, at least visible for me…
With Thonny, no problem. No problem with python3 in a terminal…
Best regards

jam@jam-IT13:~$ which -a python3
/usr/bin/python3
/bin/python3

What do you have under Edit → Preferences → Terminal? Mine fails to execute anything if I uncheck Execute programs in the VTE.

1 Like

bravo !
This was the problem !
Why was it unchecked ?
Thanks a lot