elextr left a comment (geany/geany#4295) > Not sure why I got V1.38? I installed it using "sudo apt install geany", > while the other install was using the lubuntu installation program.
Neither 😁 Installation versions is you and the OS. You are doing something unusual, you need to find your Geany 2.0 The OS that builds the install software includes which python name, so your current one is likely `python` not `python3`. That is a selection by OS. OSes follow a range of python names, and some seem to change it every month 😁 . So there is no default name, Geany only uses the one set by the installation system and has no default value. > Build > Set Build Commands > Execute Command to python3 "%f" So users can set any command, again its not Geany specific. > Also I was just perusing the [Geany User > Manual](https://www.geany.org/manual/current/index.html) but couldn't find a > list of program exit codes. Where might one find such a list? Well, ummmm, there are errors for lots of stuff, all the libraries have heaps of bug content, for faults for Geany open it as an issue. But only issues that are about Geany, not data being absent or similar. Things not Geany problems etc for non-Geany (eg python) have nothing in Geany, just too many languages and compilers, and etc etc etc for their data to be in Geany, use the object's own info. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4295#issuecomment-2823785616 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4295/[email protected]>
