[issue39412] Install launcher for all users

Eryk Sun report at bugs.python.org
Tue Jan 21 10:37:51 EST 2020


Eryk Sun <eryksun at gmail.com> added the comment:

The py launcher is separate from individual installations of Python. However many versions of Python are installed at the system level and for however many users, the system needs only one installation of the launcher. That's why it's recommended to install for all users. 

If the current user can't elevate to administrator access, it's possible to choose to install the py launcher for just the current user. In this case it installs to the user's "%LocalAppData%\Programs\Python\Launcher" directory, and this directory is added to PATH.

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39412>
_______________________________________


More information about the Python-bugs-list mailing list