nv-legate / legate.core

The Foundation for All Legate Libraries
https://docs.nvidia.com/legate/24.06/
Apache License 2.0
189 stars 63 forks source link

Remove extraneous PYTHONPATH entry #878

Closed manopapad closed 1 year ago

manopapad commented 1 year ago

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.