Skip to content

Cannot execute any bash commands #3041

@yoloyash

Description

@yoloyash

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions