Essentially I cannot seem to activate my virtualenv environment which I create.
I\'m doing this inside of windows powershell through using
scripts\\a
Delete the directory for that venv you created. And create a new one using the command:
python -m venv myvenv
Then see if the activate command works.