I'm using pipenv for a workspace, with a Pipfile and Pipfile.lock, but when I go to Python: Select Interpreter, I only see python binaries from my $PATH, but I don't see any pipenv in the list.
I have also set "python.venvPath": "~/.virtualenvs", in my VSC settings.
I'm using
pipenvfor a workspace, with aPipfileandPipfile.lock, but when I go toPython: Select Interpreter, I only seepythonbinaries from my$PATH, but I don't see anypipenvin the list.I have also set
"python.venvPath": "~/.virtualenvs",in my VSC settings.