-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
Hello, I'm using Codex CLI on darwin. For some reason it can't run any commands and keeps failing. I tried codex -s danger-full-access --full-auto
but it still keeps failing.
Example -
📋 Update plan [░░░░░░░░░░] 0/4
└ □ Inspect migrations layout and current v6 file
□ Amend v6 to add title + backfill
□ Add dev-only migration to add title
□ Summarize usage instructions for prod vs dev
_
✗ 📂 ls -la
✗ 🔎 rg --files
✗ 🔎 backend/migrations|CLAUDE.md
✗ ⌨️ echo '--- v6 file preview ---'
✗ 📖 v6_editor_support.sql
Another one -
✗ ⌨️ python - << 'PY'
import sys
p='backend/migrations/v6_editor_support.sql'
try:
with open(p,'r') as f:
data=f.read()
print(data)
except Exception as e:
print('ERR',e,file=sys.stderr)
PY
bash: python: command not found
I have searched in the previous issues and couldn't find any related issues.