vscode & pipenv - pipenv not found
I solved this issue by providing an absolute path to my pipenv binary for the vscode setting python.pipenvPath
. The default setting of "pipenv
" does not appear to work, despite pipenv being part of my PATH
and working just fine outside of vs code.