<p>I believe that the new default location addresses your first question: the 64-bit will install in c:/Program Files/Pythonxx and the 32-bit in c:/Program Files (x86)/Pythonxx (at least this has been my standard practice for several years).</p>
<p>Eric</p>
<div class="gmail_quote">On Jan 4, 2015 7:03 AM, "Paul Moore" <<a href="mailto:p.f.moore@gmail.com">p.f.moore@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 3 January 2015 at 23:34, Steve Dower <<a href="mailto:Steve.Dower@microsoft.com">Steve.Dower@microsoft.com</a>> wrote:<br>
> I've put together a short post showing where I've been taking the Windows installer for Python 3.5, since I know there are interested people on this list who will have valuable feedback.<br>
><br>
> <a href="http://stevedower.id.au/blog/the-python-3-5-installer/" target="_blank">http://stevedower.id.au/blog/the-python-3-5-installer/</a><br>
><br>
> Nothing is merged in yet and everything can still change, so I'm keen to hear whatever feedback people have. I've tried to make improvements fairly for first-time users through to sysadmins, but if I've missed something big I'd like to hear about it before we get too close to alpha 1.<br>
<br>
Overall, this looks good. One question - will it be possible to<br>
install both 32-bit and 64-bit Python on the same machine? Currently,<br>
you need a custom install to do this (as the default directory doesn't<br>
include the architecture) and IIRC there's some oddness around install<br>
order. It would be nice if installing both versions were a supported<br>
option, both for the "default" install and in custom installs.<br>
<br>
Also, what happens now with setting PATH? Is Python (and the scripts<br>
directory) added to PATH by default? If so, what happens when you<br>
install 2 versions of Python?<br>
<br>
In case it's not clear, I'm thinking of the impact on build machines,<br>
which often have multiple versions, in both 32- and 64-bit forms,<br>
installed simultaneously (but can also be used as a "normal"<br>
development machine, and for that purpose will want a selected Python<br>
version as the default one.<br>
<br>
Also, how does the launcher py.exe fit into the picture? Is it still<br>
installed into the Windows directory? What about for a user install?<br>
Are Python scripts associated with the launcher, and if so, how does<br>
it pick up the version you selected as default?<br>
<br>
(Sorry, that was more than one question :-))<br>
<br>
Paul<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/ericfahlgren%40gmail.com" target="_blank">https://mail.python.org/mailman/options/python-dev/ericfahlgren%40gmail.com</a><br>
</blockquote></div>