Error: when running the activation script for my python virtual environment, the I had the following error on Win10
Activate.ps1 cannot be loaded because running scripts is disabled on this system. For more
information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
Solution: Open a powershell as admin and run the following command
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
hit Y and press the Enter key.