@bitnix : To setup your PATH, put this line in your .bash_profile:
PATH=/usr/local/bin:/opt/local/bin:$PATH
That works for me, at least (yeah, I also thought .profile and .bashrc would be the right place, but apparently not in Darwin).
reply to comment
@bitnix : To setup your PATH, put this line in your .bash_profile:
PATH=/usr/local/bin:/opt/local/bin:$PATH
That works for me, at least (yeah, I also thought .profile and .bashrc would be the right place, but apparently not in Darwin).