Issue
Virtualenv is installed and created using virtualenv venv
command.
However I am in same directory and can't activate it. Tried below commands
venv/Scripts/activate
. venv/Scripts/activate
.venv\Scripts\activate
Please refer attached screenshot
Solution
I dont know why but virual env can be activated on powershell best solution use cmd promt go in the file directry
and in the are are highlighted and type cmd and hit enter
now you can activate your virtual env by this method
Answered By - sarangkkl Answer Checked By - Marie Seifert (WPSolving Admin)