Skip to content

Commit 9f99b95

Browse files
committed
docs: use venv runtime env var in desktop readme
1 parent 4260a95 commit 9f99b95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

desktop/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Run commands from repository root:
3333

3434
```bash
3535
uv sync
36-
export ASTRBOT_DESKTOP_CPYTHON_HOME=/path/to/cpython-runtime
36+
export ASTRBOT_DESKTOP_CPYTHON_HOME="$(pwd)/.venv"
37+
# export ASTRBOT_DESKTOP_CPYTHON_HOME=/path/to/cpython-runtime
3738
pnpm --dir dashboard install
3839
pnpm --dir dashboard build
3940
pnpm --dir desktop install --frozen-lockfile

0 commit comments

Comments
 (0)