From 79afd1e8e3eb76dc9a96306af89caeaab591b9e7 Mon Sep 17 00:00:00 2001 From: nataliefiann <120089939+nataliefiann@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:06:38 +0000 Subject: [PATCH] Update website/docs/docs/core/pip-install.md Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> --- website/docs/docs/core/pip-install.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/docs/core/pip-install.md b/website/docs/docs/core/pip-install.md index 8dea187e10..b71efedac8 100644 --- a/website/docs/docs/core/pip-install.md +++ b/website/docs/docs/core/pip-install.md @@ -227,10 +227,9 @@ dbt --version 1. Activate your virtual environment: ```shell -env\Scripts\activate +.venv\Scripts\activate where python -env\Scripts\python - +.venv\Scripts\python ``` 2. Install the prerelease using the following command: