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 you have used pipenv in creating your virtual environment you should run pipenv shell before executing any command in vs code terminal
pipenv
pipenv shell