Closed
Description
When using inside my project directory PROJECTDIR
pipenv install
pipenv
creates a virtualenv named "PROJECTDIR-<someid>"
. How can I specify this full name myself, say to call the virtualenv just "PROJECTDIR"
?
And how can I tell pipenv
to use an existing virtualenv for this directory and just add the new packages from the requirements.txt
?