How to install pip for python3 on OS X?

Craig Yoshioka craigyk at me.com
Wed Nov 20 03:41:36 EST 2013


Mavericks?  Homebrew all the way.

Google Homebrew and install it
brew install python3
pip3 install pyserial


Craig reporting from the road
10550 N Torrey Pines Rd
La Jolla CA 92037
work: 858 784 9208
cell: 619 623 2233

> On Nov 19, 2013, at 10:55 PM, Travis Griggs <travisgriggs at gmail.com> wrote:
> 
> 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:
> 
> Download pyserial from pypi
> untar pyserial.tgz
> cd pyserial
> python3 setup.py install
> But I'd like to do like the cool kids do, and just do something like pip3 install pyserial. 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.
> 
> -- 
> https://mail.python.org/mailman/listinfo/python-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20131120/38f8eb7d/attachment.html>


More information about the Python-list mailing list