DEV Community

Iano Njuguna
Iano Njuguna

Posted on

Answer: 'virtualenv' won't activate on Windows

In PowerShell use

Scripts\activate.ps1

instead of activate.bat which doesn't work in PowerShell any more.

Also deactivate it by just typing

deactivate

at the command prompt.

Top comments (0)