<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Mavericks?  Homebrew all the way.</div><div><br></div><div>Google Homebrew and install it</div><div>brew install python3</div><div>pip3 install pyserial</div><div><br><br>Craig reporting from the road<div>10550 N Torrey Pines Rd</div><div>La Jolla CA 92037</div><div>work: 858 784 9208</div><div>cell: 619 623 2233</div></div><div><br>On Nov 19, 2013, at 10:55 PM, Travis Griggs <<a href="mailto:travisgriggs@gmail.com">travisgriggs@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><p style="margin: 0px 0px 1em; padding: 0px; border: 0px; vertical-align: baseline; clear: both;"><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">OSX (Mavericks) has python2.7 stock installed. But I do all my own personal python stuff with 3.3. I just flushed my 3.3.2 install and installed the new 3.3.3. So I need to install pyserial again. I can do it the way I've done it before, which is:</span></p><ol style="margin: 0px 0px 1em 30px; padding: 0px; border: 0px; vertical-align: baseline; list-style-position: initial; list-style-image: initial;"><li style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;"><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">Download pyserial from pypi</span></li><li style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;"><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">untar pyserial.tgz</span></li><li style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;"><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">cd pyserial</span></li><li style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;"><code style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; -webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"><font face="UICTFontTextStyleBody">python3 setup.py install</font></code></li></ol><p style="margin: 0px 0px 1em; padding: 0px; border: 0px; vertical-align: baseline; clear: both;"><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">But I'd like to do like the cool kids do, and just do something like <code style="margin: 0px; padding: 1px 5px; border: 0px; vertical-align: baseline;">pip3 install pyserial</code>. But it's not clear how I get to that point. And just that point. Not interested (unless I have to be) in virtualenv yet.</span></p></div></div></blockquote><blockquote type="cite"><div><span>-- </span><br><span><a href="https://mail.python.org/mailman/listinfo/python-list">https://mail.python.org/mailman/listinfo/python-list</a></span><br></div></blockquote></body></html>