My Codex setup script:
python -m pip install -r BE/requirements.txt
pre-commit install --install-hooks
Fails with code 127:
/tmp/d3KTOV-setup_script.sh: line 8: pre-commit: command not found
How can we install scripts in such a way that they are in the “PATH” for the environment?