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


Groups > comp.lang.python > #102884

Re: Python Not Working as expected on Win 8 and above.

From eryk sun <eryksun@gmail.com>
Newsgroups comp.lang.python
Subject Re: Python Not Working as expected on Win 8 and above.
Date 2016-02-13 11:16 -0600
Message-ID <mailman.93.1455383831.22075.python-list@python.org> (permalink)
References <56be3d9f.c711c30a.e9bd9.fffff70f@mx.google.com> <CAPM-O+y73kG48Lk=WpUS-9V_ABpQsc2mFs2gMqeXLLjs0AJJcA@mail.gmail.com> <56BF3108.5050903@gmail.com>

Show all headers | View raw


On Sat, Feb 13, 2016 at 7:35 AM, MWS <miragewebstudio12@gmail.com> wrote:
> couldn't find the default install python directory (maybe i didn't pay
> attention earlier), later, after some scratching my head and other
> intelligent thoughts and experiments i found it got installed in the users
> hidden appdata folder by default(confusing as i expected it to either get
> installed in a root folder or program files and also wondering why).

The new installer uses the standard locations for per-user and
per-machine installations, but you can change it to use whatever you
want. The following are the default installation locations (using
"shell:" links).

per-user install
shell:UserProgramFiles\Python\PythonXY[-32]

per-machine install
shell:ProgramFiles[x86]\PythonXY[-32]

UserProgramFiles defaults to "shell:Local AppData\Programs". You can
relocate it, but I'd only do that for a new account.

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


Thread

Re: Python Not Working as expected on Win 8 and above. eryk sun <eryksun@gmail.com> - 2016-02-13 11:16 -0600

csiph-web