Post #3939960
2026-07-05 19:33 UTC
@ancoghlan@mastodon.social @nedbat@hachyderm.io There's also a sense (to me, at least) in the term "project environment" that it's singular - *the* project environment. And with tools like tox and nox, projects often have multiple environments associated with them.
Replies (1)
-
@ogi@hachyderm.io 2026-07-06 01:39
@pfmoore@mastodon.social @ancoghlan@mastodon.social @nedbat@hachyderm.io I have more than a dozen virtual environments for pyqtgraph development. This is due to supporting a variety of different combinations of dependencies (and different versions of those). Many virtual environment managers assume a singular “project environment” which is why they don’t work for me :(