> On 30 Jan 2021, at 12:05, Inada Naoki <songofaca...@gmail.com> wrote: > >> Where would Python look for a "configuration file like `pyvenv.cfg`" ? > > I am not a Windows expert so I am not sure. But I think it should be > the same directory where `python.exe` is in.
You can put the system default there but each user needs to have a file that they can control to set the per user config. py.exe uses %LOCALAPPDATA%\py.ini I'd suggest that you could have a %LOCALAPPDATA%\python.ini. Barry
_______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/4UUIHD7Z7REJ63Y2NXMFKHKGP3GRL6KN/ Code of Conduct: http://python.org/psf/codeofconduct/