Skip to content

docs(wuji): use uv run in deploy README - #237

Closed
KraHsu wants to merge 1 commit into
mainfrom
hotfix/wuji-deploy-readme-uv
Closed

KraHsu wants to merge 1 commit into
mainfrom
hotfix/wuji-deploy-readme-uv

Conversation

@KraHsu

@KraHsu KraHsu commented Jun 20, 2026

Copy link
Copy Markdown
Owner

What

The wuji deploy README's Run section used bare python -m … / genelab export …, which only work inside an already-activated venv. GeneLab is a uv project, so prefix every run command with uv run to match the rest of the workflow.

Not changed (on purpose)

The <wuji-mjlab>/.pixi/envs/default/bin/python paths in the reorient mjlab-bridge scripts (sim2sim_mjlab.py, play_mjlab.py, _mjlab_bridge.py) stay as-is: those scripts run inside the separate wuji-mjlab pixi environment (they import wuji_mjlab), not GeneLab's uv env.

Docs-only.

🤖 Generated with Claude Code

GeneLab is a uv project; the deploy README's Run section used bare
`python -m ...` / `genelab export ...`, which only work inside an
already-activated venv. Prefix them with `uv run` to match the rest of
the project's workflow.

(The `.pixi/...` paths in the reorient mjlab-bridge scripts are left as-is
on purpose — those run inside the separate wuji-mjlab pixi environment.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@KraHsu

KraHsu commented Jun 20, 2026

Copy link
Copy Markdown
Owner Author

Superseded: instead of uv run python -m …, the deploy toolchain is getting a unified uv run wuji <cmd> console-script entry. Folding the README update into that change.

@KraHsu KraHsu closed this Jun 20, 2026
@KraHsu
KraHsu deleted the hotfix/wuji-deploy-readme-uv branch June 20, 2026 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant