Venv behaviour change py3.9

Abdur-Rahmaan Janhangeer arj.python at gmail.com
Sun Feb 14 04:42:46 EST 2021


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?


More information about the Python-list mailing list