Resolve the correct Python executable for a codexified repo, preferring repo-local virtualenv paths before falling back to system Python. Use when commands should avoid brittle guessing between .venv, venv, python3, and python.
Skill metadata:
skill_id: env-python-entrypointscope: sharedtemplate_types: single-repo, integration-workspaceintroduced_in: 1.1.0changed_in: 1.8.0depends_on: runtime-bootstrap.mdvalidation_level: contract+probesupport_status: supportedResolve the documented Python executable without guessing between local virtualenvs and system Python.
codex-template.json when presentruntime-bootstrap.md when presentruntime-bootstrap.mdcodex-template.json.runtime-bootstrap.md if present..venv/bin/python.venv/bin/python3venv/bin/pythonvenv/bin/python3python3pythonReturn:
runtime-bootstrap.md and the shared runtime rules.