[Python-ideas] Re: Make UTF-8 mode more accessible for Windows users.

2021-02-02 Thread Christopher Barker
On Tue, Feb 2, 2021 at 1:37 PM Barry Scott wrote: > 2) perhaps UTF-8 mode isn't the only use-case for this -- it would be good > to have a way to have Python startup parameters that are installation / > environment specific -- that could help with other issues with "global" > configuration: PYTHO

[Python-ideas] Re: Make UTF-8 mode more accessible for Windows users.

2021-02-02 Thread Barry Scott
> On 2 Feb 2021, at 19:45, Christopher Barker wrote: > > On Tue, Feb 2, 2021 at 11:12 AM Barry Scott > 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

[Python-ideas] Re: Make UTF-8 mode more accessible for Windows users.

2021-02-02 Thread Christopher Barker
On Tue, Feb 2, 2021 at 11:12 AM Barry Scott 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. > > A small note here -- ideally there would be nothi

[Python-ideas] Re: Make UTF-8 mode more accessible for Windows users.

2021-02-02 Thread Barry Scott
> On 2 Feb 2021, at 00:22, Inada Naoki wrote: > > On Tue, Feb 2, 2021 at 6:31 AM Barry Scott > wrote: >> >>> On 30 Jan 2021, at 12:05, Inada Naoki wrote: >>> >>> Where would Python look for a "configuration file like `pyvenv.cfg`" ? >>> >>> I am not a Windows