Home
Blog
Post
Create Python Virtual Environment in VSCode and Windows
Enable VENV on Windows
py -3 -m venv venv
Then activate it
venv\Scripts\activate