Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2a.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '16,': 0.03; 'that?': 0.05; 'subject:Python': 0.06; 'explicit': 0.07; 'skip:/ 10': 0.09; 'typed': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'meant': 0.20; 'command': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; '(or': 0.24; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'andrew': 0.30; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'python"': 0.31; 'received:google.com': 0.35; 'version': 0.36; 'really': 0.36; 'whatever': 0.38; 'pm,': 0.38; 'that,': 0.38; 'sure': 0.39; 'subject:The': 0.64; 'more': 0.64; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=36hIf18NDNdwUCGAQoKzSrM8o8ajsHL8ylrokoQ4eKw=; b=aqZRqEzbuXjQcZN0RdoHVRSrx8JVASJy2KaNpmPeG8S6lFFImn/WaP0QplJgAe7cZj 9qlXF5X5eY0Y7lp/Gw2Mj/GQg4TmBzLnqbbKMqp+LJD4owlH4I1YSywuQ00iNOEeW65n OzJkknBlmJznIqo+B5bRejAfO7GnUjb341MLkFXa81yyow4+Mcl1p67321eEcMXJ0qaH TaBnEYQTupkquGZiRbL2HiW3zq7WRHCrX+6s/wuV1wUefp64L7U0901bvXG61V3SEJPD DJI0/Vd85JczQR85z1Jq0loaKHhm5JGVV4FoA7APbnmHq8c8hjeiqyMJja1oGH0aEwvT gnTg== MIME-Version: 1.0 X-Received: by 10.52.78.231 with SMTP id e7mr695090vdx.28.1397635326448; Wed, 16 Apr 2014 01:02:06 -0700 (PDT) In-Reply-To: <534E31F0.7010105@my.hennepintech.edu> References: <87y4z8koi0.fsf@elektro.pacujo.net> <87r44zgp5y.fsf@elektro.pacujo.net> <534ddb1f$0$29993$c3e8da3$5496439d@news.astraweb.com> <534E31F0.7010105@my.hennepintech.edu> Date: Wed, 16 Apr 2014 18:02:06 +1000 Subject: Re: Martijn Faassen: The Call of Python 2.8 From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1397635329 news.xs4all.nl 2867 [2001:888:2000:d::a6]:59083 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:70323 On Wed, Apr 16, 2014 at 5:32 PM, Andrew Berg wrote: >> If you really meant that, you would have typed "/usr/bin/which2.16 >> python" (or whatever the location and version of which on your system). > Are you sure about that? > # which which > which: shell built-in command > Unless I'm forgetting some more explicit way of calling a command built into the shell. Hmm, interesting. That's not the case for me: rosuav@sikorsky:~$ which which /usr/bin/which Debian Wheezy. ChrisA