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
When flux(1) prepends to PYTHONPATH it points to ${libdir}/flux/python3.x instead of the real Python path at ${libdir}/python3.x/site-packages. Symlinks are then added here as necessary, e.g.:
This keeps flux(1) from inadvertently prepending the system Python paths to a user's PYTHONPATH while still retaining the ability to push the correct bindings to the front of that path.
The fluxion link here was dropped with the conversion to cmake and needs to somehow be "installed" with make install, or else those python modules can't be loaded.
The text was updated successfully, but these errors were encountered:
When
flux(1)
prepends toPYTHONPATH
it points to${libdir}/flux/python3.x
instead of the real Python path at${libdir}/python3.x/site-packages
. Symlinks are then added here as necessary, e.g.:This keeps
flux(1)
from inadvertently prepending the system Python paths to a user'sPYTHONPATH
while still retaining the ability to push the correct bindings to the front of that path.The
fluxion
link here was dropped with the conversion tocmake
and needs to somehow be "installed" withmake install
, or else those python modules can't be loaded.The text was updated successfully, but these errors were encountered: