Actually, pipenv will install the virtualenv with a path like this :
$WORKON_HOME/-
Is it possible to have exac
There is an undocumented feature of pipenv, it could locate virtualenv path from VIRTUAL_ENV environment variable, but you need to create virtualenv manually:
VIRTUAL_ENV
virtualenv /home/user/myapp_venv VIRTUAL_ENV=/home/user/myapp_venv pipenv install