for javascript when I click on Build=>Lint that return
/bin/sh 1: jshint: not found
how to change the path bin/sh to detect $PATH ?
I export jshint in $PATh in the file .bashrc in /home/user/ and in my terminal jshint is detected but not in geany?
thanks if someone can help !
Do you start geany from a menu? Many window managers are run by systemd, no shell involved, and don't run programs in a shell unless the menu is explicitly set that way, so your bashrc won't be read because there is no shell involved.
yes ! I opened by a terminal and jshint was recognized !!
Closed #2877.
github-comments@lists.geany.org