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, Abdur-Rahmaan Janhangeer about <https://compileralchemy.github.io/> | blog <https://www.pythonkitchen.com> github <https://github.com/Abdur-RahmaanJ> Mauritius On Sun, Feb 14, 2021 at 6:45 PM Barry Scott <ba...@barrys-emacs.org> wrote: > > > > On 14 Feb 2021, at 09:42, Abdur-Rahmaan Janhangeer <arj.pyt...@gmail.com> > 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 wndows 10 and no error seen: > > py -3.9 -m venv venv > > Are you running the version of python that you expect? > What does python -V tell you? > > Can you cut-n-paste The command and its output? > > Barry > > > > -- > > https://mail.python.org/mailman/listinfo/python-list > > > > -- https://mail.python.org/mailman/listinfo/python-list