Re: Venv behaviour change py3.9

2021-02-15 Thread Eryk Sun
On 2/15/21, Abdur-Rahmaan Janhangeer wrote: > > I downloaded Python 3.9 yesterday, added the root folder to path > renamed python.exe to py39.exe and did > py39 -m venv venv > the output was > No such file or directory but i dont remember the exact phrase Probably you downloaded the embedded dist

Re: Venv behaviour change py3.9

2021-02-15 Thread Abdur-Rahmaan Janhangeer
Well i am no longer on the PC but here are some more info: windows 10, 64bit I downloaded Python 3.9 yesterday, added the root folder to path renamed python.exe to py39.exe and did py39 -m venv venv the output was No such file or directory but i dont remember the exact phrase Kind Regards, A

Re: Venv behaviour change py3.9

2021-02-14 Thread Barry Scott
> On 14 Feb 2021, at 09:42, Abdur-Rahmaan Janhangeer > wrote: > > Greetings all, > > on 3.7 when i do > > $ python -m venv venv > > it creates a venv in venv folder > > but on 3.9 it returns no such file or directory > > os: windows. Any ideas on why the behaviour changes? I did this on

Venv behaviour change py3.9

2021-02-14 Thread Abdur-Rahmaan Janhangeer
Greetings all, on 3.7 when i do $ python -m venv venv it creates a venv in venv folder but on 3.9 it returns no such file or directory os: windows. Any ideas on why the behaviour changes? -- https://mail.python.org/mailman/listinfo/python-list