DataDog / riot

A Python virtual env builder and command runner
https://ddriot.readthedocs.io/
Apache License 2.0
23 stars 15 forks source link

fix: use dedicated venv for installing dependencies #212

Closed P403n1x87 closed 1 year ago

P403n1x87 commented 1 year ago

We let riot create an auxiliary venv, suffixed with _deps, that is used exclusively for installing dependencies in venv layers. This way we can keep the dev package intact in the base venv.