On Sat, Feb 6, 2021 at 5:59 AM Eryk Sun <[email protected]> wrote: > > > I would have preferred for the py launcher to read and merge settings > for all existing configuration files in the order of > "%ProgramData%\Python\py.ini" (all installations), > "%__AppDir__%\py.ini" (particular installation), and > "%LocalAppData%\Python\py.ini" (user).
Note that this is setting of python, not of py launcher. And no need for all installations, and per-user setting. Environment variable is that already. I don't want to add many way to configure one option without strong need. Currently, a per-install setting is not possible. So it is the only problem. If adding option to pyvenv.cfg is not make sense, we can add `python.ini` to same place pyvenv.cfg. i.e., directory containing python.exe, or one above directory. -- Inada Naoki <[email protected]> _______________________________________________ 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/DUM6PJDNVBCZSNHLSAVYMEUDMWVTWV5T/ Code of Conduct: http://python.org/psf/codeofconduct/
