←back to thread

511 points meetpateltech | 4 comments | | HN request time: 0.893s | source
1. bmcahren ◴[] No.44011207[source]
So there's this thing called "Setup Scripts" but they don't explicitly say these are equivalent to AWS Metadata and configured inside of Codex web interface - not a setup.sh or a package.json preinstall declaration. I wasted several hours (and lots of compute where Codex was as confused as I was) trying to figure out how to convince codex to pnpm install.
replies(1): >>44012837 #
2. gpeal ◴[] No.44012837[source]
Codex engineer here. Can you elaborate on what was confusing? I would love to make it more clear.
replies(2): >>44012900 #>>44036230 #
3. rahulyc ◴[] No.44012900[source]
I didn't realize the setup script had to be done in the UI over in the environment tab. I assumed it would be reading something like setup.sh from the codebase.

Docs could make that more clear

4. nater5000 ◴[] No.44036230[source]
I just found this thread while trying to figure out where to set the setup script. The docs should probably make that more clear.