Hi fellow pythonistas, there seems to be a problem when virtualenv is used in PowerShell.
When I try to activate my environment in PowerShell like..
> env
Just run first
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
and then
./env/Scripts/activate.sp1
That's all