KDevelop on Mac OS

Alexander Dymo alex at alexdymo.com
Fri Sep 27 14:42:09 UTC 2013


I had problems with /usr/local not being in PATH too. Basically, you need to add:
export PATH=/usr/local/bin:$PATH
into ~/.bash_profile
Looks like it's also important that /usr/local/bin comes first there.


More information about the KDevelop-devel mailing list