Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'mrab': 0.05; 'subject:Python': 0.06; 'installed.': 0.07; 'python3': 0.07; 'collier': 0.09; 'falls': 0.09; '2.7': 0.14; 'uninstall': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'him.': 0.24; 'script': 0.25; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'skip:( 20': 0.30; 'received:10.0.0': 0.31; 'another': 0.32; 'johnson': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'received:10.0': 0.36; 'received:10': 0.37; 'work?': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'hope': 0.61; 'back': 0.62; 'due': 0.66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=qz5Tw48QCzTIkuW3Vr4qNJEugRT0kpe/zGXb4wqF1zY=; b=0IGOlavpfM+lh+JPlXV+fKMDLLUH1b38jjTUHWEOyBHxZqReGEEeS8m30nILAPZUca 7Hj43VT08OTtOIS0JUOVeme1FzesLjtUGB7WPNywJQufj3yCRIfki2VCpFJS2Li+EJqb gmmrWB2reHIcD64Pcn5tJNNlkgfEiGAGSetg4jE59n61RchqxwnIMZXxM03VgcmZpU6F ULtCMJ8nwiNaqvvXsEC3HxuHlPADJELXem8mVIDx/dEQpyCc4jT6NiQweLMhPpNWA2RQ 0nVKjpRXt3AzHIf/LkzbSLFO4xX+OP0jF9lbidnW9HLFBra56vN6nypModqfs6ghMx3D nsow== X-Received: by 10.60.92.102 with SMTP id cl6mr406362oeb.90.1374835072678; Fri, 26 Jul 2013 03:37:52 -0700 (PDT) Date: Fri, 26 Jul 2013 06:37:49 -0400 From: Devyn Collier Johnson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Python Mailing List Subject: Re: Python Script Hashplings References: <51F12B41.3050004@Gmail.com> <51F12E31.1070502@mrabarnett.plus.com> In-Reply-To: <51F12E31.1070502@mrabarnett.plus.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374835080 news.xs4all.nl 15913 [2001:888:2000:d::a6]:42404 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51292 On 07/25/2013 09:54 AM, MRAB wrote: > On 25/07/2013 14:42, Devyn Collier Johnson wrote: >> If I execute a Python3 script with this haspling (#!/usr/bin/python3.3) >> and Python3.3 is not installed, but Python3.2 is installed, would the >> script still work? Would it fall back to Python3.2? >> > Why don't you try it? > >> I hope Dihedral is listening. I would like to see another response >> from HIM. >> > Good point, but if it falls back to Python3.2, how would I know? Plus, I have Python3.3, 3.2, and 2.7 installed. I cannot uninstall them due to dependencies. DCJ