dmerejkowsky / dmenv

Simple and practical virtualenv manager for Python
https://tankerhq.github.io/dmenv/
11 stars 4 forks source link

Possible bug when using venvs outside projects #116

Open dmerejkowsky opened 4 years ago

dmerejkowsky commented 4 years ago

If DMENV_VENV_OUTSIDE_PROJECT and working on foo/server and bar/server, both projects will share the same virtual env, leading to misbehavior regarding lock generation ...

One solution would be to do what pipenv does, and add a hash of the full path of the project to the cache patch