<div dir="ltr">Hi Ulrich,<div><br></div><div>To solve your immediate problem, you can try a few things, in order:</div><div><br></div><div>1. Go to your Terminal and type (without quotations) "gcc". You might get a pop-up that says, "The 'gcc' command requires the command line tools." Accept and proceed from there.</div><div>2. If you get a message "clang: error: no input files", then you have gcc installed. You can double-confirm that gcc is installed by doing "which gcc" at the command line; it'll likely show something along the lines of "/usr/bin/gcc".</div><div>3. Alternative to steps 1 and 2: type "xcode-select --install" in Terminal, then follow the prompts.</div><div><div><br></div><div><div>If you're starting out with Python and BioPython, then I would recommend installing a distribution of Python that is separate from your system Python. I have written on my <a href="http://www.ericmajinglong.com/2014/09/23/5-great-things-about-the-anaconda-distribution/">own blog recommending the Anaconda distribution of Python</a>. There are some benefits to doing this: (1) You don't risk breaking the Python that Apple ships with your Mac; I have nuked my environment before and wreaked iPhoto on older versions of Mac OS X, totally unexpected. (2) Anaconda solves the software packaging problem pretty nicely, and you don't have to type "sudo" when installing packages, with biopython being a simple "conda install biopython" away, and (3) if you or your group members progress really far with Python, it'll be a great thing to have isolated "environments", which Anaconda solves nicely as well.</div></div></div><div><br></div><div>If you need help getting set up, I can attempt to give more detailed instructions via email.</div><div><br></div><div><div>Cheers,</div><div>Eric</div><div>———</div><div>This email was written with recycled electrons.</div><div><br></div><div>w: <a href="http://www.ericmajinglong.com/">http://www.ericmajinglong.com/</a></div><div>a: <a href="http://about.me/ericmjl">http://about.me/ericmjl</a></div><div>f: <a href="https://www.facebook.com/ericmjl">https://www.facebook.com/ericmjl</a></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 27, 2016 at 6:39 PM, Melcher, Ulrich <span dir="ltr"><<a href="mailto:ulrich.melcher@okstate.edu" target="_blank">ulrich.melcher@okstate.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>
<div> I need help interpreting the instruction "You will need to have installed Apple's XCode tools from the App Store …, and then the optional command line tools from within the XCode GUI's options menu." from <a href="http://biopython.org/wiki/Download" target="_blank">http://biopython.org/wiki/Download</a></div>
<div>I have no trouble installing the Xcode package, but am unable to locate either the tools or the options menu. I am not a developer.</div><span class="HOEnZb"><font color="#888888">
<div>
<div>
<div><font color="rgb(0, 0, 0)"><font face="Calibri">Ulrich Melcher</font></font></div>
<div><font color="rgb(0, 0, 0)"><font face="Calibri"><span style="font-size:14px">Regents & RJ Sirny Professor</span></font></font></div>
<div><font color="rgb(0, 0, 0)"><font face="Calibri"><span style="font-size:14px">Department of Biochemistry & Molecular Biology</span></font></font></div>
<div><font color="rgb(0, 0, 0)"><font face="Calibri"><span style="font-size:14px">Oklahoma State University</span></font></font></div>
<div><br>
</div>
</div>
</div>
</font></span></div>
</div>

<br>_______________________________________________<br>
Biopython mailing list  -  <a href="mailto:Biopython@mailman.open-bio.org">Biopython@mailman.open-bio.org</a><br>
<a href="http://mailman.open-bio.org/mailman/listinfo/biopython" rel="noreferrer" target="_blank">http://mailman.open-bio.org/mailman/listinfo/biopython</a><br></blockquote></div><br></div>