> That would be nice. Does it apply to the _windows store version_, the _traditional installer_, both ?
I believe it only applies to the traditional installer from python.org. You will also have to verify it, as it has been a decent while since I've had to install Python on Windows. On Tue, Mar 24, 2020 at 7:05 AM Frédéric De Jaeger <[email protected]> wrote: > > Windows devices, they might want to consider using the PrependPath option > > (which adds Python to PATH from the command line). I.E. > > python-3.8.0.exe /quiet InstallAllUsers=1 PrependPath=1 > > (IIRC, the above installation should allow usage of "python3" on > > Windows for all users on the device) > > That would be nice. Does it apply to the _windows store version_, the > _traditional installer_, both ? > _______________________________________________ > Python-ideas mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-ideas.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/WQFJ4YGNUCKBITTHZQCME3GQRXPVPYT2/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/VHVGN6UWENOKG2LT37C4APGRFXCKOKTL/ Code of Conduct: http://python.org/psf/codeofconduct/
