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


Groups > comp.lang.python > #100844

Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD

From eryk sun <eryksun@gmail.com>
Newsgroups comp.lang.python
Subject Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD
Date 2015-12-24 16:50 -0600
Message-ID <mailman.137.1450997446.2237.python-list@python.org> (permalink)
References (6 earlier) <CAKafoGDGEhjxGcNRRR3Kcs8D6Saj-s6eTmcncbZpTzFe2jiUpw@mail.gmail.com> <CACL+1avT9Lh1-wEQBqarWfUUbOiNz7kQaaKrPyDxg43YyAYZkQ@mail.gmail.com> <CAKafoGC4ZYCJm6EF+3O2BRN-Dtvewc-F7Bb=nH_62oHpUz270g@mail.gmail.com> <CAKafoGAt=TtAAk6pBArT21tAqpvQOp3w5Fm+6eStDfTB9X1_iA@mail.gmail.com> <n5hrrc$9h9$1@ger.gmane.org>

Show all headers | View raw


On Thu, Dec 24, 2015 at 4:33 PM, Terry Reedy <tjreedy@udel.edu> wrote:
>> somehow the new py3.5 has been added to the end, not the beginning.
>> guess this path is what you meant by "my profile".
>
> Bizarre.  I just installed 3.5.1 on top of 3.5.1rc1, on Win10 with the 64bit
> .exe installer, and the 3.5 dirs are at the front, where I expect them.  Are
> you using a different version of installer? (The web version?)

If you install just for the current user, the installer modifies only
the user's "HKCU\Environment" key in the registry. When you log on, or
when Explorer reloads its environment, the value of PATH is formed by
concatenating the user value to the end of the system value.

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


Thread

Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD eryk sun <eryksun@gmail.com> - 2015-12-24 16:50 -0600

csiph-web