Where does pipenv install packages?
On windows machines start pipenv pipenv shell
then where python
to get the path to your scripts
pipenv installs packages in ~/.local/share/virtualenvs/
To find the complete path, run pipenv --venv
On windows machines start pipenv pipenv shell
then where python
to get the path to your scripts
pipenv installs packages in ~/.local/share/virtualenvs/
To find the complete path, run pipenv --venv