A possible problem is that the shell in VTE is not started as a login shell (by default) and so it doesn't read the relevant startup scripts for environment. And if Geany is started from the windows menu it likely doesn't run in a shell, and so no environment either.
Try adding `--login` to the bash command in `Preferences->Terminal->Shell:` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/3962#discussioncomment-10782675 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/3962/comments/[email protected]>
