It doesn't seem like this is necessary. Removing it because on non-editable installations it ends up adding <venv-root>/lib/pythonX.Y/site-packages/legate to the PYTHONPATH, which causes sub-modules under legate to potentially clash with top-level modules of the same name.
It doesn't seem like this is necessary. Removing it because on non-editable installations it ends up adding
<venv-root>/lib/pythonX.Y/site-packages/legate
to thePYTHONPATH
, which causes sub-modules under legate to potentially clash with top-level modules of the same name.