Essentially I cannot seem to activate my virtualenv environment which I create.
I\'m doing this inside of windows powershell through using
scripts\\a
C:\path> Set-ExecutionPolicy - Scope CurrentUser
cmdlet Set-ExecutionPolicy at command pipeline position 1 Supply values for the following parameters: ExecutionPolicy: Unrestricted
C:\path> Scripts\activate.ps1
(new env)
C:\path> deactivate C:\path>
This Worked