1#in the terminal
2cd_yourdir
3>pip install virtualenv
4>virtualenv "__" #(any name on the place of string whatever you want)
5E.G.
6> virtualenv venv
7>D:Projectdir/venv/scripts/activate.bat
8 DONE !!!
9# It will look like this now
10
11(venv) D:/projectdir>