Venv behaviour change py3.9
Barry Scott
barry at barrys-emacs.org
Sun Feb 14 09:45:07 EST 2021
> On 14 Feb 2021, at 09:42, Abdur-Rahmaan Janhangeer <arj.python at 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
>
More information about the Python-list
mailing list