vscode pythonpath to opt folder instead of normal local version folder code example
Example: pipenv with vscode
pipenv --py
take the output of this and put it in the "select interperter"
pipenv install --dev pylint
for error validation
pipenv --py
take the output of this and put it in the "select interperter"
pipenv install --dev pylint
for error validation