Skip to content

docs: note uv PATH gotcha for Cursor Cloud setup#444

Draft
svvarom wants to merge 1 commit into
mainfrom
cursor/cloud-env-setup-a7f1
Draft

docs: note uv PATH gotcha for Cursor Cloud setup#444
svvarom wants to merge 1 commit into
mainfrom
cursor/cloud-env-setup-a7f1

Conversation

@svvarom

@svvarom svvarom commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Sets up the Cloud Agent development environment for NeMo Platform and records one non-obvious caveat discovered during setup.

The dependency-refresh layer (install pinned uv, uv sync --frozen --all-packages) is captured in the Cloud Agent update script. This PR only adds a durable note to AGENTS.md: the pip-installed uv binary lands in ~/.local/bin, which is on PATH for login shells but not the default non-login tool shell. ~/.local/bin was added to ~/.bashrc so interactive shells resolve it.

Environment verification

Bootstrapped with make bootstrap-python (uv sync), then started all services via nemo services run --service-group all.

  • Lint: uv run ruff check -> All checks passed
  • Tests: make test-package PACKAGE=nmp_common -> 1029 passed, 1 failed (pre-existing, Docker-dependent config test; documented in AGENTS.md)
  • Health: curl /health/ready -> {"status":"ready"}
  • Hello-world task: created workspace cursor-smoke via the CLI and confirmed it persists in nemo workspaces list

nemo_env_smoke.log

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Swarom <svvarom@users.noreply.github.com>
@github-actions github-actions Bot added the docs label Jun 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor
Suite Lines Covered Line Rate Branch Rate
Unit Tests 20908/27474 76.1% 61.2%
Integration Tests 12109/26243 46.1% 19.5%

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants