-1

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 enter image description here

2 Answers2

1

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 enter image description here

now you can activate your virtual env by this method

sarangkkl
  • 773
  • 3
  • 15
0

I hope recently installed Antivirus caused issue, however resolved as mentioned below

Start Windows PowerShell with the "Run as Administrator" option. 

Enable running unsigned scripts by entering:

set-executionpolicy remotesigned