From 991715c6b4986cfdce6f01f97b87bf2669e2442c Mon Sep 17 00:00:00 2001 From: stevenae Date: Tue, 3 Jun 2025 17:10:17 -0400 Subject: [PATCH] Update environments.md --- docs/pip/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pip/environments.md b/docs/pip/environments.md index 3f8bca3f0..a6624565a 100644 --- a/docs/pip/environments.md +++ b/docs/pip/environments.md @@ -23,7 +23,7 @@ $ uv venv my-name !!! note - Running `uv venv` will overwrite any existing virtual environment in the `.venv` directory. Specifying `my-name` will overwrite any existing virtual environment in the `my-name` directory. + Running `uv venv` will overwrite any existing virtual environment in the `.venv` directory. Specifying `my-name` will overwrite any existing virtual environment in the `my-name` directory. A Python version can be requested, e.g., to create a virtual environment with Python 3.11: