<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Jul 5, 2010, at 12:47 , Ed Hillsman wrote:</div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="font-family: Times; "><b><div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; ">PATH is set to <code style="background-color: rgb(249, 249, 249); ">/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin</code>.</span></div></b></span></div></blockquote></div><br><div>PATH is where and in what order the computer searches for files to run.  The individual directories that it looks in are separated by colons.  The above would separate out into:</div><div>/usr/bin</div><div>/bin</div><div>/usr/sbin</div><div>/sbin</div><div>/usr/local/bin</div><div>/usr/X11/bin</div><div><br></div><div>Probably the most straightforward thing for you to do is:</div><div>1. Download the prebuilt intel binary.</div><div><br></div><div>2. Unzip it (just double click it in the finder)</div><div><br></div><div>3. Move it to /usr/bin (the following tell how to do this step by step)</div><div><br></div><div>3a. in the terminal type:</div><div><br></div><div>sudo mv </div><div><br></div><div>with a space after it</div><div><br></div><div>3b. from the finder window with webkit-image in it, drag the webkit-image file into the terminal window (this allows the terminal to type the location of the file so you don't have to)</div><div><br></div><div>3c. click back into the terminal window and type:</div><div><br></div><div>/usr/bin </div><div><br></div><div>and hit return.</div><div><br></div><div>3d. type in your password when it asks.</div><div><br></div><div>4. (Profit!) you're done. The file should have disappeared from the finder window</div><div><br></div><div><br></div><div>Let me know if you have a problem with any of the steps.</div><div><br></div><div>Ramey</div></body></html>