Essentially I cannot seem to activate my virtualenv environment which I create.
I\'m doing this inside of windows powershell through using
scripts\\a
If machine a 64 bit, open the x86 instance of PowerShell as Administrator & check (set) the execution policy. try this
Set-ExecutionPolicy Unrestricted
or
Set-ExecutionPolicy Unrestricted -Force