Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Marko Rauhamaa Newsgroups: comp.lang.python Subject: Re: how to msi install Python to non-default target dir? Date: Wed, 16 Jul 2014 19:22:47 +0300 Organization: A noiseless patient Spider Lines: 12 Message-ID: <87wqbd2rzc.fsf@elektro.pacujo.net> References: <1405517362.434.YahooMailNeo@web163802.mail.gq1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx05.eternal-september.org; posting-host="ff5cf27ef3d5b31f034d3b72bdc27a41"; logging-data="26746"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/iEiwkKZE8gTVz9aF6xAYc" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:UyZ/aWg2rDZqizcWQuN3eqxLMiU= sha1:uVysp03jhuuvhlUcLZkDPEnJ1a8= Xref: csiph.com comp.lang.python:74568 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. Marko