Skip to content

Instantly share code, notes, and snippets.

@jesserobertson
Last active May 30, 2025 22:45
Show Gist options
  • Save jesserobertson/eb3516de0c70844024086ac84491da2c to your computer and use it in GitHub Desktop.
Save jesserobertson/eb3516de0c70844024086ac84491da2c to your computer and use it in GitHub Desktop.
Installing pixi for dependency management in OpenAI Codex container
wget -qO- https://pixi.sh/install.sh | sh
# This will fail unless $PIXI_HOME is set to something on the default path (e.g. /usr/local)
# Set this using the Codex Environment Vars UI (see comment below)
pixi install --all --no-progress
@jesserobertson
Copy link
Author

jesserobertson commented May 30, 2025

Edit - add the --no-progress flag to avoid stuffing the terminal logs with rubbish (slows down the interface massively)

@jesserobertson
Copy link
Author

image

Here's the setup in the UI to set PIXI_HOME correctly, should work for any pixi-managed repository environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment