From 628c5e36ecae56ae7489212615ab1b1105c0b1bd Mon Sep 17 00:00:00 2001 From: zadevhub <138465437+zadevhub@users.noreply.github.com> Date: Mon, 20 Oct 2025 21:11:37 +0100 Subject: [PATCH] Update virtual-environments.md Added a command to install pip in case a common error "No module named pip" occurs. --- docs/en/docs/virtual-environments.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/en/docs/virtual-environments.md b/docs/en/docs/virtual-environments.md index e9b0a9fc4..f56c417ad 100644 --- a/docs/en/docs/virtual-environments.md +++ b/docs/en/docs/virtual-environments.md @@ -242,6 +242,26 @@ $ python -m pip install --upgrade pip +/// tip + +If you've created the virtual environment using `uv` above. Then, while running the command above to upgrade pip, you may get an error **`No module named pip`**. + +In that case, you can install and upgrade pip using the command: + +