Setting PATH in Makefile run by eclipse
Posted
by Chris Jefferson
on Stack Overflow
See other posts from Stack Overflow
or by Chris Jefferson
Published on 2010-05-04T12:11:39Z
Indexed on
2010/05/04
12:18 UTC
Read the original article
Hit count: 175
I have a Makefile which runs fine from a bash shell, but fails to run from Eclipse. This is because the path I am setting in my .bash_profile is not getting used.
What is the best way of making this happen? Is there somewhere else I could put the path, to make sure it is invoked in non-interactive shells (which is I assume how eclipse is running make)?
© Stack Overflow or respective owner