Skip to content

Configure poetry to create the virtualenv in project PATH

Administrator requested to merge fix/poetry-virtualenvs into master

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

Merge request reports

Loading