Skip to content

Commit 66ab3b1

Browse files
authored
Don't call the venv vllm (#17810)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
1 parent a8238bb commit 66ab3b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/getting_started/installation/python_env_setup.inc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Or you can create a new Python environment using [uv](https://docs.astral.sh/uv/
1414

1515
```console
1616
# (Recommended) Create a new uv environment. Use `--seed` to install `pip` and `setuptools` in the environment.
17-
uv venv vllm --python 3.12 --seed
18-
source vllm/bin/activate
17+
uv venv --python 3.12 --seed
18+
source .venv/bin/activate
1919
```

0 commit comments

Comments
 (0)