From 46222c3fad7b7b93660d9df91bbabf5a5f95548f Mon Sep 17 00:00:00 2001 From: nataliefiann <120089939+nataliefiann@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:08:36 +0000 Subject: [PATCH] Update website/docs/docs/core/create-a-python-virtual-environment.md --- website/docs/docs/core/create-a-python-virtual-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/core/create-a-python-virtual-environment.md b/website/docs/docs/core/create-a-python-virtual-environment.md index b2f4027d75a..262cb436d26 100644 --- a/website/docs/docs/core/create-a-python-virtual-environment.md +++ b/website/docs/docs/core/create-a-python-virtual-environment.md @@ -57,7 +57,7 @@ To install a Python virtual environment, navigate to your project directory and ```shell env\Scripts\activate where python - .venv\Scripts\python + env\Scripts\python ```