Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60056

How to install pip for python3 on OS X?

Subject How to install pip for python3 on OS X?
References <1384797189.5610.10.camel@Xjuan> <201311182112.28092.gheskett@wdtv.com> <1384874917.5610.37.camel@Xjuan> <201311191057.55727.gheskett@wdtv.com>
From Travis Griggs <travisgriggs@gmail.com>
Date 2013-11-19 22:55 -0800
Newsgroups comp.lang.python
Message-ID <mailman.2953.1384930525.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

How to install pip for python3 on OS X? Travis Griggs <travisgriggs@gmail.com> - 2013-11-19 22:55 -0800

csiph-web