KDevelop on Mac OS
Alexander Dymo
alex at alexdymo.com
Mon Sep 30 17:01:34 BST 2013
> The only thing I see is a strange difference for the PATH : in the trace
> PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
> but in a terminal (and in my .bash_profile), my PATH looks correct :
> prompt> echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
How is the path set in .bash_profile?
I had to do:
export PATH=/usr/local/bin:$PATH
Here "$PATH" part is required.
More information about the KDevelop
mailing list