Venv behaviour change py3.9

Abdur-Rahmaan Janhangeer arj.python at gmail.com
Mon Feb 15 04:46:29 EST 2021


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 <barry at barrys-emacs.org> wrote:

>
>
> > 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