Essentially I cannot seem to activate my virtualenv environment which I create.
I\'m doing this inside of windows powershell through using
scripts\\a
Open another powershell as admin and then type:
set-executionpolicy remotesigned
Then Press y and then enter.
y
Now close this powershell and go back to shell you were working with. This will solve the issue.