I am using Windows and these are the steps i followed
- created a folder by the name projectA
- pip install virtualenv
- cd projectA
- python -m venv env01
- now i can see a folder by the name env01 Now my virtual environment is created, When i am trying to activate myb virtual environment, i am getting the following error

This is my folder structure
I tried all the following commands, which is resulting in erorr
.\Scripts\activate source venv/bin/activate How to activate the Virtual Environment, pls help

source env01/bin/activate?