Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'yet.': 0.04; 'installed.': 0.07; 'pypi': 0.07; 'python3': 0.07; 'setup.py': 0.09; 'subject:How': 0.10; 'python': 0.11; 'subject:install': 0.16; 'subject:python3': 0.16; 'do,': 0.16; 'to:name:python- list@python.org': 0.22; 'install': 0.23; "i've": 0.25; 'header:In- Reply-To:1': 0.27; 'installed': 0.27; 'cool': 0.30; '(unless': 0.31; 'python2.7': 0.31; 'stuff': 0.32; "i'd": 0.34; 'something': 0.35; 'point.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'charset:us-ascii': 0.36; 'subject:?': 0.36; 'clear': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python- list': 0.38; 'stock': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'new': 0.61; 'header:Message-Id:1': 0.63; 'personal': 0.63; 'untar': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:content-type:in-reply-to:message-id:date:to :content-transfer-encoding:mime-version; bh=RL//F7G0EpqcsnTFyD6NBFzgrcByvvt1zd6QXvpVb0Q=; b=CREG/rzN7FN49jCnID57ebAAhGvHSy29jqK7pgZiE2GDEM8quL8dmjTJL2VkMt3oS5 O3DI6OxcMRJQ0HjVFCsy4/87mRgaP5/k+2vdJJKb4zh8Ll5gNhEoJTIi3g/8ydB7/JLg eiqvClwYhro3r7yhi4j1jxAHQpeXXzWLjtG/J/Q5sOjcAdWoxvbrz/DZkein9wGBJgVo j/o5e8p8hOJ/8b+5ZqSsnMZJMTMqrIj0CS9/7z9AoHjz0sUZ3dTHzOO1OxFaaYO7ZTL/ tXUBBzsnBNL9WYjzfA6F9zjTXNMKKu0XmHxs2zKrgHtNYxV6frQIdF67PzeTBQ2PiZV8 FgSg== X-Received: by 10.66.150.69 with SMTP id ug5mr30733243pab.55.1384930521485; Tue, 19 Nov 2013 22:55:21 -0800 (PST) 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 Content-Type: multipart/alternative; boundary=Apple-Mail-97649ED8-9BC3-4075-B44B-4E6BEDCB1A7D X-Mailer: iPad Mail (11B511) In-Reply-To: <201311191057.55727.gheskett@wdtv.com> Date: Tue, 19 Nov 2013 22:55:08 -0800 To: "python-list@python.org" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 55 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384930525 news.xs4all.nl 16005 [2001:888:2000:d::a6]:48309 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60056 --Apple-Mail-97649ED8-9BC3-4075-B44B-4E6BEDCB1A7D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable OSX (Mavericks) has python2.7 stock installed. But I do all my own personal p= ython 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 b= efore, 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 in= stall pyserial. But it's not clear how I get to that point. And just that po= int. Not interested (unless I have to be) in virtualenv yet.= --Apple-Mail-97649ED8-9BC3-4075-B44B-4E6BEDCB1A7D Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

= OSX (Mavericks) has python2.7 stock installed. But I do all my own personal p= ython 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 b= efore, which is:

  1. Download pyserial from pypi=
  2. untar pyserial.tgz
  3. cd py= serial
  4. 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 poin= t. And just that point. Not interested (unless I have to be) in virtualenv y= et.

= --Apple-Mail-97649ED8-9BC3-4075-B44B-4E6BEDCB1A7D--