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
throw##class(%Exception.General).%New("Could not find a suitable pip caller. Run: zpm ""config set PipCaller <path>"" and zpm ""config set UseStandalonePip 0"" (python executable) or 1 (pip executable)")
905
905
}
906
906
907
-
/// Looks for the first executable from names found in any of dirs.
908
-
/// Returns the full path, or "" if none exists.
907
+
/// Looks for executables by searching names in priority order across all dirs.
908
+
/// Returns the full path of the highest-priority name found, or "" if none exists.
0 commit comments