Im using Puppy Wary 5.5 and I've installed Miniconda in a folder at /root/miniconda2
. I can run python scripts by pasting into the terminal window (urxvt)
Wary5.5 comes with Geany and appears to work ok. If I have a python script in Geany and I press F5, a new console window pops up with:
./geany_run_script.sh: line 5: python: command not found (program exited with code: 127) Press return to continue
and aborts on pressing return.
In a message window Geany reports that it failed to compile the script.
The bashrc file has the line
export PATH="/root/miniconda2/bin":$PATH
How do I get Geany to run a python script?