You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if they can set additional python paths in a host-config this could help folks configure python packages (eg: numpy) without env vars & we could do this per platform in an centralized way.
if we can figure out the best way to support PYTHONPATH env var for custom commands, this could also help us avoid the python module warning "you are installing your module to a place that isn't in your sys.path()" that shows up when we build the conduit python module
The text was updated successfully, but these errors were encountered:
two use cases:
if they can set additional python paths in a host-config this could help folks configure python packages (eg: numpy) without env vars & we could do this per platform in an centralized way.
if we can figure out the best way to support PYTHONPATH env var for custom commands, this could also help us avoid the python module warning "you are installing your module to a place that isn't in your sys.path()" that shows up when we build the conduit python module
The text was updated successfully, but these errors were encountered: