Configure poetry to create the virtualenv in project PATH
Creating the virtualenv in project PATH we avoid managing the oldest virtualenvs.
With the current venv PATH, every deploy creates a new venv, and we have a lot of old virtualenv in the staging environments. With this new process, the deployment process when deletes the oldest releases, remove also the venv.
Edited by Administrator