← back to Exo Keepalive
exo: add /usr/sbin to PATH (networksetup); revert --extra mlx (needs full Xcode Metal toolchain to build mlx fork)
618139ffdb62dc0428ae6f3231f27b3935557bd0 · 2026-07-06 21:11:10 -0700 · steve
Files touched
Diff
commit 618139ffdb62dc0428ae6f3231f27b3935557bd0
Author: steve <steve@designerwallcoverings.com>
Date: Mon Jul 6 21:11:10 2026 -0700
exo: add /usr/sbin to PATH (networksetup); revert --extra mlx (needs full Xcode Metal toolchain to build mlx fork)
---
run-exo.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/run-exo.sh b/run-exo.sh
index ea2da22..2641e72 100755
--- a/run-exo.sh
+++ b/run-exo.sh
@@ -4,7 +4,7 @@
# Steve's standing rule: the cluster is ALWAYS up. launchd respawns this if it exits.
set -uo pipefail
export HOME=/Users/macstudio3
-export PATH="/Users/macstudio3/.local/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin"
+export PATH="/Users/macstudio3/.local/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
cd "$HOME/exo" || exit 1
LOG="$HOME/Projects/exo-keepalive/exo.log"
echo "[$(date +%FT%T%z)] === exo start (pid $$) ===" >> "$LOG"
← eb7498a exo cluster keepalive: always-on launchd agent + portable no
·
back to Exo Keepalive
·
exo: --no-sync runner + notes; inference needs full Xcode to 31be006 →