> 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

Reply via email to