KDevelop on Mac OS

Alexander Dymo alex at alexdymo.com
Fri Sep 27 15:42:09 BST 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 mailing list