then in .bashrc i have -- for local_install in `find $HOME/local -maxdepth 1 -type l`; do PATH="${local_install}/bin:$PATH"; done