Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74566

Re: how to msi install Python to non-default target dir?

References <1405517362.434.YahooMailNeo@web163802.mail.gq1.yahoo.com>
Date 2014-07-17 02:09 +1000
Subject Re: how to msi install Python to non-default target dir?
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.11886.1405526990.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, Jul 16, 2014 at 11:29 PM, Albert-Jan Roskam
<fomcl@yahoo.com.dmarc.invalid> wrote:
> It needs to be installed to the non-default location "c:\program files\python27".

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.

ChrisA

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: how to msi install Python to non-default target dir? Chris Angelico <rosuav@gmail.com> - 2014-07-17 02:09 +1000
  Re: how to msi install Python to non-default target dir? Marko Rauhamaa <marko@pacujo.net> - 2014-07-16 19:22 +0300
    Re: how to msi install Python to non-default target dir? Chris Angelico <rosuav@gmail.com> - 2014-07-17 02:27 +1000

csiph-web