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
fix(installer): ensure system site-packages has priority over server-libs
Add priority parameter to import_package_bundle that uses sys.path.insert(0)
to place packages at the front of sys.path. System site-packages now uses
this priority flag to ensure user-installed packages are found before
bundled server-libs packages.
0 commit comments