Newest version of virtualenv (16.7.2) on python v.3.7.4 has 4 additional lines for the "activate.ps1" script, which when run on Windows10 powe
I Also Faced the same issue solved it by using this :
Created A Virtual Environment By : virtualenv environment
After Creating Virtual Environment
I activated it by using :
source environment/bin/activate
And It activated my Virtual Environment