visual code python environment code example
Example 1: pipenv with vscode
pipenv --py
take the output of this and put it in the "select interperter"
pipenv install --dev pylint
for error validation
Example 2: vs code install python package
py -3 -m venv .venv
.venv\scripts\activate