DEV Community

Jaweher Ben Salah
Jaweher Ben Salah

Posted on

Answer: virtualenv in PowerShell?

The latest version of virtualenv supports PowerShell out-of-the-box.

Just make sure you run:

Scripts\activate.ps1

instead of

Scripts\activate

The latter will execute activate.bat, which doesn't work on PowerShell.

Top comments (0)