Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'installed.': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tismer': 0.09; 'subject:How': 0.10; 'python': 0.11; 'windows': 0.15; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:install': 0.16; 'subject:python3': 0.16; 'travis': 0.16; 'language': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'install': 0.23; 'this?': 0.23; 'header:User-Agent:1': 0.23; 'second': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'python2.7': 0.31; 'stuff': 0.32; 'done.': 0.35; 'but': 0.35; 'idle': 0.36; 'subject:?': 0.36; 'christian': 0.38; 'to:addr:python-list': 0.38; 'stock': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'new': 0.61; 'world.': 0.61; 'personal': 0.63 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: How to install pip for python3 on OS X? Date: Wed, 20 Nov 2013 14:01:22 +0000 References: <1384797189.5610.10.camel@Xjuan> <201311182112.28092.gheskett@wdtv.com> <1384874917.5610.37.camel@Xjuan> <201311191057.55727.gheskett@wdtv.com> <6856A21C-57E8-4CDD-A9E8-5DD738C368A5@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-20-216.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 In-Reply-To: <6856A21C-57E8-4CDD-A9E8-5DD738C368A5@gmail.com> 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384956306 news.xs4all.nl 15940 [2001:888:2000:d::a6]:38327 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60078 On 20/11/2013 06:55, Travis Griggs 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. Just idle curiosity but why do you have to do this? On Windows I just whack 3.3.3 over the top of 3.3.2, job done. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence