Fix the virtual environment problem for PowerShell
https://stackoverflow.com/questions/6...
Open a Powershell window as administrator and type the following:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Then respond y to any questions.