<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">This isn't a problem; it's more of a surprise issue that I wanted to be sure was documented for the next person...<div><br></div><div>I unknowingly had an old version of admb in /usr/local/bin that my computer was using. I could have found this out by typing in the terminal</div><div><br></div><div>which admb</div><div><br></div><div>This says where the computer goes to get admb.</div><div><br></div><div>I noticed it the hard way when an old bug wasn't going away when I installed the new version. I deleted all existing versions, installed from scratch and then my computer didn't recognize the command admb because it was looking in the wrong place.</div><div><br></div><div>I had ADMB_HOME=/usr/local/admb and path defined in .bashrc, but the default terminal shell window on macs doesn't read .bashrc automatically. I had to add the info to a file .bash_profile which does get automatically read.</div><div><br></div><div>So if, after correctly installing, your computer doesn't recognize the command admb, you may need to do the following in the terminal</div><div><br></div><div>cd</div><div>nano .bash_profile</div><div><br></div><div><div>ADMB_HOME=/usr/local/admb</div><div>export PATH=$ADMB_HOME/bin:$PATH</div></div><div><br></div><div>hit Control+X then yes to save</div><div><div><div><span class="Apple-style-span" style="font-size: 12px; "><div><br></div></span></div><br class="Apple-interchange-newline">
</div>
<br></div></body></html>