pipenv specific intall dir code example
Example 1: pipenv install virtual at same path
export PIPENV_VENV_IN_PROJECT="enabled"
Example 2: install packages from pipfile
# suppose you have a pipfile where the dependencies are
pipenv shell
pipenv install