How are you starting Geany? If its from a system menu then it may not run in a shell, so any bashrc or profile files that set paths won't be run and so child processes of Geany won't find rust. If thats the problem make the menu run Geany in a shell.
Cheers Lex On Fri, 5 Aug 2022 at 15:56, Avdhoot Jadhav <[email protected]> wrote: > > Hello, I have installed rust in my system and I am using geany to normally > run a .rs file. All paths are set correctly in my system for rust and geany. > When i hit compile in geany i.e F8 key on keyboard it shows error -> > rustc "demo.rs" (in directory: /home/avdhoot) > /bin/sh: 1: rustc: not found > Compilation failed. > > What can I do about this? I want geany to compile my rust files also. Also I > am attaching terminal settings for your reference. Also I use Linuxmint 20.3 > xfce and geany 1.38 > > Please help me with this. > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] _______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected]
