ezmsg-org / ezmsg

Pure-Python DAG-based high-performance SHM-backed pub-sub and multi-processing pattern
https://ezmsg.readthedocs.io/en/latest/
MIT License
9 stars 4 forks source link

Bugfix: `ezmsg serve` is now venv compatible #109

Closed griffinmilsap closed 3 months ago

griffinmilsap commented 3 months ago

In certain circumstances, ezmsg serve would fork a new subprocess with a different python environment (possibly even system python). Now we use the same executable.