I used to editing script like php on geany and when try to use it I prefer pressing F5 than running command in terminal `$ php script.php`. but I realize that when I use geany terminal, it didn't recognized the `$PATH` that was set on .bashrc, like when using nodejs for example `$cmd = "node -v"; exec($cmd);` it just said `sh: 1: node: not found` if I install the nodejs from nvm. is there anyway to add the same `$PATH` on geany terminal?
-- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4227 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/[email protected]>
