pipenv installs packages in ~/.local/share/virtualenvs/
To find the complete path, you can run pipenv --venv
The easiest way to load this into VS Code is to:
- open the command palette
CTRL + SHIFT + P
- search for
Python: Select Interpreter
- Select the option indicated by
PipEnv
Full documented steps