DataDog / riot

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

riot generates paths longer than the FS can support #198

Closed P403n1x87 closed 1 year ago

P403n1x87 commented 1 year ago

If a virtual environment has many dependencies (the odds for "fat" venvs created with create=True are in fact higher), then the generated path could be longer than the FS can support and the venv creation fails. In such cases it's perhaps best replacing the path containing the package spec with the venv hash.