Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'say,': 0.05; 'subject:Python': 0.06; 'binary': 0.07; 'over,': 0.07; 'bash': 0.09; 'spaces': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'fine.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'names?': 0.16; 'subject:default': 0.16; 'subject:install': 0.16; 'subject:non': 0.16; 'files.': 0.16; 'wrote:': 0.18; "python's": 0.19; 'thu,': 0.19; 'putting': 0.22; 'cc:addr:python.org': 0.22; 'installation': 0.23; 'instance,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'characters': 0.30; 'message- id:@mail.gmail.com': 0.30; 'with,': 0.31; 'file': 0.32; 'trouble': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'subject:?': 0.36; 'being': 0.38; 'handle': 0.38; 'advantages': 0.68; 'default': 0.69; 'funny': 0.74; 'jul': 0.74; 'extensions.': 0.84; 'trouble.': 0.91; '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=fynA3gHh/f/MbvDzEhzy4EdePkkcDNTaMUdAMdayvRc=; b=VbVgJf6rLmwsm6RkCIWhUL5tL+HTNY/YVPmX3UeXr6j96dzckB909X2vhw3tkr4bQF FRphfHD7N5rpnsFPFFb7bJ5L+IPSv8nZqUnI4N4hVzaVSMM7dbBy7V6ukI+TZ18KnpiS EucgLQ1b51UKtIdcJoU7Ym3dVseptemsQ5Pa4CVay92ziA6+hhlNgqTO15UicrGc8OSo ilBZb0RV/RI0gvZFrsW4ZdfUgt6OX+4yp+Wl92GZSgkEgHaiC16y3wuU2LoJEV/JUjOX JzLWrKFa4n9aOpRGuVgEYQiihKi9rJjlq5Sb9LRa90QQWc9tR8i/kAUxtaDe3tczbNj6 JgPw== MIME-Version: 1.0 X-Received: by 10.220.195.67 with SMTP id eb3mr15384413vcb.30.1405528034633; Wed, 16 Jul 2014 09:27:14 -0700 (PDT) In-Reply-To: <87wqbd2rzc.fsf@elektro.pacujo.net> References: <1405517362.434.YahooMailNeo@web163802.mail.gq1.yahoo.com> <87wqbd2rzc.fsf@elektro.pacujo.net> Date: Thu, 17 Jul 2014 02:27:14 +1000 Subject: Re: how to msi install Python to non-default target dir? 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405528043 news.xs4all.nl 2838 [2001:888:2000:d::a6]:33262 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74569 On Thu, Jul 17, 2014 at 2:22 AM, Marko Rauhamaa wrote: > Chris Angelico : > >> Why must it? Are you aware that many programs have issues with spaces >> in file names? That's one reason for Python's default installation >> location NOT being in the stupidly-named Program Files. Putting Python >> there may cause trouble with, for instance, binary extensions. > > One of Python's advantages over, say, bash is that it can handle spaces > and other funny characters in pathnames. Both Python and bash can handle spaces just fine. It's applications that have trouble. ChrisA