Codex agent environment setup does not work?

Hello,

I’ve selected python 3.12 as preinstalled package for my environment but tasks use python 3.11. Also environment setup scripts are not run for example if I add echo ok > ok.txt to setup script this file does not exist when running tasks. Seems like a bug tbh.

Environment terminal output:
→ python3 --version Python 3.12.10

Task output:
Python 3.11.12

For ok.txt

ls ok.txt
ls: cannot access ‘ok.txt’: No such file or directory

Is this both for “Code” and “Ask” tasks, or only “Ask” tasks?

Seems to be only “Ask” task. “Code” works! Kinda makes sense now that I think about it :slight_smile: Though figured Ask is a faster way to try things out.